We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1ee2a0 + 12ccab4 commit 78697b8Copy full SHA for 78697b8
1 file changed
.github/workflows/publish-documentation.yml
@@ -1,4 +1,4 @@
1
-name: 'Publish documentation'
+name: 'Publish documentation'
2
3
on:
4
workflow_dispatch:
@@ -172,7 +172,7 @@ jobs:
172
run: docfx build api-reference/api-reference.json
173
174
- name: 'Upload artifact'
175
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
176
with:
177
name: github-pages
178
path: './api-reference/_docs'
0 commit comments