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 a3f5d7e commit 6f47425Copy full SHA for 6f47425
.github/workflows/build-docs-actions.yml
@@ -37,6 +37,7 @@ jobs:
37
mv _build/html/ ../../../_site/pyarmor/docs
38
working-directory: ./pyarmor/docs
39
- name: Build static files for zh
40
+ id: build
41
run: |
42
make html
43
mv _build/html/ ../../../_site/pyarmor/docs/zh
0 commit comments