We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc51d71 commit 6a55cffCopy full SHA for 6a55cff
.github/workflows/dotnet.yml
@@ -61,7 +61,7 @@ jobs:
61
run: dotnet publish Demo.BlazorWasm/Demo.BlazorWasm.csproj --configuration Release --output dist
62
63
- name: Deploy to GitHub Pages
64
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
65
with:
66
github_token: ${{ secrets.GITHUB_TOKEN }}
67
publish_dir: ./dist/wwwroot
0 commit comments