Skip to content

Commit

Permalink
Update build command in deploy_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Suharnikov committed Sep 26, 2024
1 parent 4ab6c97 commit 13d5d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
build-command: "sphinx-build -b dirhtml ."
build-command: "sphinx-build -b dirhtml . build"


- name: Run playbook
Expand Down

0 comments on commit 13d5d9b

Please sign in to comment.