Skip to content

Commit

Permalink
Update publish-to-git-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunKhare authored Jan 16, 2024
1 parent 6d78e7a commit 866cc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-git-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Sphnix autoapi
run: |
sphinx-apidoc -o docs/source .
sphinx-apidoc -o docs/source ./src snowflake
sphinx-apidoc -o docs/source ../src snowflake
- name: Sphinx build
run: |
sphinx-build -E -a -c docs/source/_static -b html docs/source docs/build
Expand Down

0 comments on commit 866cc7e

Please sign in to comment.