Skip to content

Commit 7803b1c

Browse files
Bump peaceiris/actions-gh-pages from 3 to 4 (#1530)
1 parent e146c96 commit 7803b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
dotnet nuget push "$env:GITHUB_WORKSPACE/packages/*.nupkg" --api-key "$env:GITHUB_TOKEN" --source 'github'
303303
- name: Publish documentation
304304
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
305-
uses: peaceiris/actions-gh-pages@v3
305+
uses: peaceiris/actions-gh-pages@v4
306306
with:
307307
github_token: ${{ secrets.GITHUB_TOKEN }}
308308
publish_branch: gh-pages

0 commit comments

Comments
 (0)