We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e146c96 commit 7803b1cCopy full SHA for 7803b1c
.github/workflows/build.yml
@@ -302,7 +302,7 @@ jobs:
302
dotnet nuget push "$env:GITHUB_WORKSPACE/packages/*.nupkg" --api-key "$env:GITHUB_TOKEN" --source 'github'
303
- name: Publish documentation
304
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
305
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
306
with:
307
github_token: ${{ secrets.GITHUB_TOKEN }}
308
publish_branch: gh-pages
0 commit comments