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 1e5a048 commit 0ce37aaCopy full SHA for 0ce37aa
.github/workflows/publish-site.yml
@@ -20,7 +20,7 @@ jobs:
20
./build.sh website
21
- name: Upload artifact
22
if: ${{ github.repository == 'dotnet/Silk.NET' && github.ref == 'refs/heads/develop/3.0' }}
23
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
24
with:
25
path: "artifacts/docs/Silk.NET"
26
Deploy:
@@ -33,4 +33,4 @@ jobs:
33
steps:
34
- name: Deploy to GitHub Pages
35
id: deployment
36
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments