Skip to content

Commit 6f96aaf

Browse files
committed
[CI] Fixed actions
Signed-off-by: Kang HuaiShuai <[email protected]>
1 parent 709c77a commit 6f96aaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
args: build
1919
- name: vuepress
2020
run: |
21-
rm -rf _book
21+
sudo rm -rf _book
2222
npx vuepress build
2323
- name: Upload Vuepress dist
2424
uses: docker://pcit/pages
25+
if: github.repository == 'docker-practice/docker_practice'
2526
env:
2627
PCIT_EMAIL: [email protected]
2728
PCIT_GIT_TOKEN: ${{ secrets.PCIT_GIT_TOKEN }}

0 commit comments

Comments
 (0)