Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 18, 2024
1 parent 1a1c9a8 commit 08ee809
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
docs-folder: "docs/sphinx_docs/"
build-command: "sphinx-build . -W -b html ../../_build/sphinx_docs"

- name: Debug
run: |
ls -l _build/default/_doc/_html
ls -l _build/sphinx_docs
id
- name: Copy odoc documentation
run: |
cp -Rf _build/default/_doc/_html/* _build/sphinx_docs/API
Expand Down

0 comments on commit 08ee809

Please sign in to comment.