Skip to content

Commit 6a55cff

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4
1 parent bc51d71 commit 6a55cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: dotnet publish Demo.BlazorWasm/Demo.BlazorWasm.csproj --configuration Release --output dist
6262

6363
- name: Deploy to GitHub Pages
64-
uses: peaceiris/actions-gh-pages@v3
64+
uses: peaceiris/actions-gh-pages@v4
6565
with:
6666
github_token: ${{ secrets.GITHUB_TOKEN }}
6767
publish_dir: ./dist/wwwroot

0 commit comments

Comments
 (0)