Skip to content

Commit

Permalink
Wrong output path for docfx github action (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
takuya-takeuchi authored Mar 13, 2021
1 parent 9c37470 commit eb0ba54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
shell: cmd
run: |
choco install docfx -y
docfx docs\docfx.json
docfx docfx\docfx.json
- name: Upload DocFX packages
uses: actions/upload-artifact@v2
with:
name: docfx_site
path: ${{ github.workspace }}\docs\_site
path: ${{ github.workspace }}\docfx\_site

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

0 comments on commit eb0ba54

Please sign in to comment.