Skip to content

Commit 1a50d84

Browse files
authored
Update static.yml
1 parent 23aad3f commit 1a50d84

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
@@ -32,13 +32,13 @@ jobs:
3232
dotnet-version: 8.x
3333

3434
- run: dotnet tool update -g docfx
35-
- run: docfx /docs/docfx.json
35+
- run: docfx ./docs/docfx.json
3636

3737
- name: Upload artifact
3838
uses: actions/upload-pages-artifact@v3
3939
with:
4040
# Upload entire repository
41-
path: '/docs/_site'
41+
path: './docs/_site'
4242
- name: Deploy to GitHub Pages
4343
id: deployment
4444
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)