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 1b31077 commit 9c43aeaCopy full SHA for 9c43aea
.github/workflows/build-docs-actions.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build static files for en
35
run: |
36
make html
37
- mv _build/html/ ../../../_site/pyarmor/docs
+ mv _build/html/ ../../_site/pyarmor/docs
38
working-directory: ./pyarmor/docs
39
- name: Build static files for zh
40
0 commit comments