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 0ce37aa commit 67c98feCopy full SHA for 67c98fe
.github/workflows/publish-site.yml
@@ -18,6 +18,8 @@ jobs:
18
run: |
19
git submodule update --init --recommend-shallow eng/submodules/silk.net-2.x
20
./build.sh website
21
+ env:
22
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
- name: Upload artifact
24
if: ${{ github.repository == 'dotnet/Silk.NET' && github.ref == 'refs/heads/develop/3.0' }}
25
uses: actions/upload-pages-artifact@v3
0 commit comments