Skip to content

Commit

Permalink
and again again
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 17, 2024
1 parent c6aa364 commit 998980b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
docs-folder: "docs/sphinx_docs/"
build-command: "sphinx-build . -W -b html _build/sphinx_docs"

- name: Move odoc documentation
- name: Copy odoc documentation
run: |
mv _build/default/_doc/_html/* _build/sphinx_docs/API
cp -rf _build/default/_doc/_html/* _build/sphinx_docs/API
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 998980b

Please sign in to comment.