We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be44a4 commit c8723daCopy full SHA for c8723da
.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