Skip to content

Commit

Permalink
add docs-folder to git action yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed Mar 27, 2024
1 parent 1b77d1f commit 9dc6f9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v3
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "doc/"

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9dc6f9c

Please sign in to comment.