Skip to content

Commit

Permalink
[choree] Push to gh-pages only after merging the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotvaishnav committed Nov 11, 2022
1 parent be8c7a4 commit d0cc460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name=='push' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

0 comments on commit d0cc460

Please sign in to comment.