Skip to content

Commit

Permalink
Update build-demo.yml (#36)
Browse files Browse the repository at this point in the history
Fix third-party GitHub actions with specific commits.
  • Loading branch information
tushuhei authored Jan 13, 2022
1 parent 29b601b commit 7c0a6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: npm run build
working-directory: ./demo
- name: Publish Demo
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7c0a6b5

Please sign in to comment.