Skip to content

Commit

Permalink
#4 Fix github action deploy job policy
Browse files Browse the repository at this point in the history
  • Loading branch information
raeperd committed Jan 8, 2022
1 parent 5ace6ca commit 7f2275a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
npm run export
touch ./out/.nojekyll
- uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out
Expand Down

0 comments on commit 7f2275a

Please sign in to comment.