Skip to content

Commit

Permalink
Debug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 19, 2024
1 parent 27bcdcc commit 27f4505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/sphinx_docs/"
pre-build-command: "su runner"
build-command: "sphinx-build . -W -b html ../../_build/sphinx_docs"

- name: Debug
run: |
chown -R runner _build/sphinx_docs
ls -l _build/default/_doc/_html
ls -l _build/sphinx_docs
id
Expand Down

0 comments on commit 27f4505

Please sign in to comment.