Skip to content

Commit

Permalink
Don't publish GitHub Pages on manual workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Mar 27, 2023
1 parent 4be0537 commit 978b16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Publish
uses: peaceiris/actions-gh-pages@v3
if: startsWith(github.ref, 'refs/tags/v')
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/stage/

0 comments on commit 978b16f

Please sign in to comment.