Skip to content

Commit

Permalink
Merge pull request linoscope#5 from smorimoto/ci-workflow
Browse files Browse the repository at this point in the history
Fix the workflow to only update GitHub Pages content when merged into main
  • Loading branch information
linoscope authored Dec 11, 2021
2 parents 0bb0bef + e3576cc commit fe729fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Deploy website
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/default/bin/web

0 comments on commit fe729fc

Please sign in to comment.