We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3eefa56 + 6a55cff commit 699da89Copy full SHA for 699da89
.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