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 9807f21 commit 97eed73Copy full SHA for 97eed73
.github/workflows/static.yml
@@ -34,14 +34,14 @@ jobs:
34
- name: docfx-action
35
uses: nikeee/docfx-action@v1.0.0
36
with:
37
- path: '/docs/docfx.json'
+ path: '../docs/docfx.json'
38
- name: Setup Pages
39
uses: actions/configure-pages@v4
40
- name: Upload artifact
41
uses: actions/upload-pages-artifact@v3
42
43
# Upload entire repository
44
- path: '/docs/_site'
+ path: '../docs/_site'
45
- name: Deploy to GitHub Pages
46
id: deployment
47
uses: actions/deploy-pages@v4
0 commit comments