Skip to content

Commit eb0ba54

Browse files
Wrong output path for docfx github action (#166)
1 parent 9c37470 commit eb0ba54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docfx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
shell: cmd
2020
run: |
2121
choco install docfx -y
22-
docfx docs\docfx.json
22+
docfx docfx\docfx.json
2323
2424
- name: Upload DocFX packages
2525
uses: actions/upload-artifact@v2
2626
with:
2727
name: docfx_site
28-
path: ${{ github.workspace }}\docs\_site
28+
path: ${{ github.workspace }}\docfx\_site
2929

3030
- name: Publish Documentation on GitHub Pages
3131
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)