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.
1 parent 93728eb commit 0a43152Copy full SHA for 0a43152
.github/workflows/build-docs-actions.yml
@@ -39,6 +39,7 @@ jobs:
39
- name: Build static files for zh
40
run: |
41
make html
42
+ rm -rf ../../../_site/pyarmor/docs/zh
43
mv _build/html/ ../../../_site/pyarmor/docs/zh
44
working-directory: ./pyarmor/docs/zh
45
- name: Upload artifact
0 commit comments