Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Birmiwal committed Mar 28, 2024
1 parent 5c0e533 commit 1f4b58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs: #define set of jobs. Here there is only one job, each job is instantiated
run: |
cd docs
ls
sphinx-apidoc --no-toc --module-first -o docs/autodoc src/stenotype
sphinx-apidoc --no-toc --module-first -o docs/autodoc
sphinx-build source public -b dirhtml
Expand Down

0 comments on commit 1f4b58e

Please sign in to comment.