Skip to content

Commit ca02877

Browse files
authored
Manually copy entire Python bindings docs folder instead of just api.html (#860)
1 parent 558cd55 commit ca02877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ jobs:
138138
# TODO(henningkayser): fix hack for using python api artifact in multiversion
139139
- name: Build multiversion
140140
run: |
141-
cp build/html/main/doc/api/python_api/api.html . # backup artifact html
141+
cp -r build/html/main/doc/api/python_api/ . # backup artifact html
142142
make multiversion
143-
cp -f api.html build/html/main/doc/api/python_api/ # restore artifact html
143+
cp -rf python_api/ build/html/main/doc/api/ # restore artifact html
144144
145145
- name: Upload pages artifact
146146
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)