mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-06-08 09:52:11 +08: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
|
args: build
|
||||||
- name: vuepress
|
- name: vuepress
|
||||||
run: |
|
run: |
|
||||||
rm -rf _book
|
sudo rm -rf _book
|
||||||
npx vuepress build
|
npx vuepress build
|
||||||
- name: Upload Vuepress dist
|
- name: Upload Vuepress dist
|
||||||
uses: docker://pcit/pages
|
uses: docker://pcit/pages
|
||||||
|
if: github.repository == 'docker-practice/docker_practice'
|
||||||
env:
|
env:
|
||||||
PCIT_EMAIL: khs1994@khs1994.com
|
PCIT_EMAIL: khs1994@khs1994.com
|
||||||
PCIT_GIT_TOKEN: ${{ secrets.PCIT_GIT_TOKEN }}
|
PCIT_GIT_TOKEN: ${{ secrets.PCIT_GIT_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user