Skip to content

Commit

Permalink
Manually copy entire Python bindings docs folder instead of just `api…
Browse files Browse the repository at this point in the history
….html` (#860)
  • Loading branch information
sea-bass authored Jan 16, 2024
1 parent 558cd55 commit ca02877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ jobs:
# TODO(henningkayser): fix hack for using python api artifact in multiversion
- name: Build multiversion
run: |
cp build/html/main/doc/api/python_api/api.html . # backup artifact html
cp -r build/html/main/doc/api/python_api/ . # backup artifact html
make multiversion
cp -f api.html build/html/main/doc/api/python_api/ # restore artifact html
cp -rf python_api/ build/html/main/doc/api/ # restore artifact html
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit ca02877

Please sign in to comment.