Skip to content

Commit 0a43152

Browse files
committed
Fix zh doc issue
1 parent 93728eb commit 0a43152

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Build static files for zh
4040
run: |
4141
make html
42+
rm -rf ../../../_site/pyarmor/docs/zh
4243
mv _build/html/ ../../../_site/pyarmor/docs/zh
4344
working-directory: ./pyarmor/docs/zh
4445
- name: Upload artifact

0 commit comments

Comments
 (0)