Skip to content

Commit 97eed73

Browse files
authored
Update static.yml
fixed paths
1 parent 9807f21 commit 97eed73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
- name: docfx-action
3535
uses: nikeee/docfx-action@v1.0.0
3636
with:
37-
path: '/docs/docfx.json'
37+
path: '../docs/docfx.json'
3838
- name: Setup Pages
3939
uses: actions/configure-pages@v4
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v3
4242
with:
4343
# Upload entire repository
44-
path: '/docs/_site'
44+
path: '../docs/_site'
4545
- name: Deploy to GitHub Pages
4646
id: deployment
4747
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)