Skip to content

Merge branch 'hotfix/update-deploy' into develop #2

Merge branch 'hotfix/update-deploy' into develop

Merge branch 'hotfix/update-deploy' into develop #2

Workflow file for this run

name: Deploy Site
on:
push:
branches:
- master
jobs:
deploy:

Check failure on line 9 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true
- name: Build page with Jekyll
run: bundle exec jekyll build
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: _gh_pages