Skip to content

Commit

Permalink
Update build command path
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Suharnikov committed Sep 27, 2024
1 parent 301ee0b commit 9841d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Build documentation
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/source"
build-command: "sphinx-build -b dirhtml . build"
docs-folder: "docs"
build-command: "sphinx-build -b dirhtml ./source build"


- name: Run playbook
Expand Down

0 comments on commit 9841d47

Please sign in to comment.