mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
[CI] Fixed actions
Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
parent
709c77adcb
commit
6f96aaf5a6
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -18,10 +18,11 @@ jobs:
|
||||
args: build
|
||||
- name: vuepress
|
||||
run: |
|
||||
rm -rf _book
|
||||
sudo rm -rf _book
|
||||
npx vuepress build
|
||||
- name: Upload Vuepress dist
|
||||
uses: docker://pcit/pages
|
||||
if: github.repository == 'docker-practice/docker_practice'
|
||||
env:
|
||||
PCIT_EMAIL: khs1994@khs1994.com
|
||||
PCIT_GIT_TOKEN: ${{ secrets.PCIT_GIT_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user