Skip to content

Commit a3f5d7e

Browse files
committed
Fix bug
1 parent 072a52f commit a3f5d7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@ jobs:
3232
mkdir -p _site/pyarmor/
3333
cp index.html _site/
3434
- name: Build static files for en
35-
id: build
3635
run: |
3736
make html
3837
mv _build/html/ ../../../_site/pyarmor/docs
3938
working-directory: ./pyarmor/docs
4039
- name: Build static files for zh
41-
id: build
4240
run: |
4341
make html
4442
mv _build/html/ ../../../_site/pyarmor/docs/zh

0 commit comments

Comments
 (0)