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 7d3af20 commit 404bf86Copy full SHA for 404bf86
.github/workflows/docs.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build docs
23
run: dotnet tool run docfx ./docs/docfx.json
24
- name: Upload GitHub Pages artifact
25
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
26
with:
27
path: docs/_site
28
0 commit comments