We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
api.html
1 parent 558cd55 commit ca02877Copy full SHA for ca02877
.github/workflows/deploy.yml
@@ -138,9 +138,9 @@ jobs:
138
# TODO(henningkayser): fix hack for using python api artifact in multiversion
139
- name: Build multiversion
140
run: |
141
- 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
142
make multiversion
143
- 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
144
145
- name: Upload pages artifact
146
uses: actions/upload-pages-artifact@v3
0 commit comments