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 5306697 commit 4ea33b4Copy full SHA for 4ea33b4
.github/workflows/build-docs-actions.yml
@@ -29,7 +29,7 @@ jobs:
29
pip install linuxdoc
30
- name: Prepare _site
31
run: |
32
- mkdir -p _site/pyarmor/docs
+ mkdir -p _site/pyarmor/{docs,learn}
33
cp index.html _site/
34
cp pyarmor/index.html _site/pyarmor/
35
cp -a pyarmor/assets/ _site/pyarmor/assets
0 commit comments