Skip to content

Commit 9c43aea

Browse files
committed
Fix path error
1 parent 1b31077 commit 9c43aea

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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build static files for en
3535
run: |
3636
make html
37-
mv _build/html/ ../../../_site/pyarmor/docs
37+
mv _build/html/ ../../_site/pyarmor/docs
3838
working-directory: ./pyarmor/docs
3939
- name: Build static files for zh
4040
run: |

0 commit comments

Comments
 (0)