We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3c2df commit e18bfe7Copy full SHA for e18bfe7
.github/workflows/github-pages.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Deploy
34
if: ${{ github.ref == 'refs/heads/main' }}
35
- uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # tag=v3
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
36
with:
37
github_token: ${{ secrets.GITHUB_TOKEN }}
38
publish_dir: dist/wwwroot
0 commit comments