Skip to content

Commit 4ea33b4

Browse files
committed
Fix bug
1 parent 5306697 commit 4ea33b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip install linuxdoc
3030
- name: Prepare _site
3131
run: |
32-
mkdir -p _site/pyarmor/docs
32+
mkdir -p _site/pyarmor/{docs,learn}
3333
cp index.html _site/
3434
cp pyarmor/index.html _site/pyarmor/
3535
cp -a pyarmor/assets/ _site/pyarmor/assets

0 commit comments

Comments
 (0)