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 4ea33b4 commit b1fda69Copy full SHA for b1fda69
.github/workflows/build-docs-actions.yml
@@ -34,6 +34,7 @@ jobs:
34
cp pyarmor/index.html _site/pyarmor/
35
cp -a pyarmor/assets/ _site/pyarmor/assets
36
cp pyarmor/docs/index.html _site/pyarmor/docs/
37
+ cp pyarmor/learn/index.html _site/pyarmor/learn/
38
cp -a pyarmor/try/ _site/pyarmor/try
39
- name: Build static files for en
40
run: |
0 commit comments