Skip to content

Commit

Permalink
Workaround overwrite of Python API html
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser committed Apr 15, 2023
1 parent 48515e1 commit c389dd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,12 @@ jobs:
- name: Create CNAME file
run: echo "moveit.picknik.ai" > build/html/CNAME

# TODO(henningkayser): fix hack for using python api artifact in multiversion
- name: Build multiversion
run: |
rm doc/api/python_api/api.rst # prevent overriding of artifact version
cp build/html/main/doc/api/python_api/api.html . # backup artifact html
make multiversion
cp -f api.html build/html/main/doc/api/python_api/ # restore artifact html
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit c389dd5

Please sign in to comment.