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 3fed4e8 commit 208dbe4Copy full SHA for 208dbe4
.github/workflows/dotnet.yml
@@ -286,7 +286,8 @@ jobs:
286
run: |
287
dotnet nuget push "$env:GITHUB_WORKSPACE/packages/*.nupkg" --api-key "$env:NUGET_API_KEY" --source 'nuget.org'
288
- name: Publish documentation
289
- #if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ # TODO: Should also publish on release tag, but only from master
290
+ #if: github.event_name == 'push' && github.ref == 'refs/heads/master'
291
uses: peaceiris/actions-gh-pages@v3
292
with:
293
# TODO: Test a real deployment (change target to "gh-pages" branch below)
0 commit comments