File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 20
20
run : |
21
21
sudo rm -rf _book
22
22
npx vuepress build
23
+ echo "vuepress.docker-practice.com" > .vuepress/dist/CNAME
23
24
- name : Upload Vuepress dist
24
25
uses : docker://pcit/pages
25
26
if : github.repository == 'docker-practice/docker_practice'
32
33
PCIT_MESSAGE : Sync from yeasy/docker_practice@${{github.sha}} by PCIT
33
34
PCIT_TARGET_BRANCH : master
34
35
PCIT_USERNAME : khs1994
36
+ - name : Upload Vuepress dist to coding.net
37
+ uses : docker://pcit/pages
38
+ if : github.repository == 'docker-practice/docker_practice'
39
+ env :
40
+
41
+ PCIT_GIT_TOKEN : ${{ secrets.CODING_GIT_TOKEN }}
42
+ PCIT_GIT_URL : git.dev.tencent.com/khs1994/docker_practice
43
+ PCIT_KEEP_HISTORY : " 1"
44
+ PCIT_LOCAL_DIR : .vuepress/dist
45
+ PCIT_MESSAGE : Sync from yeasy/docker_practice@${{github.sha}} by PCIT
46
+ PCIT_TARGET_BRANCH : master
47
+ PCIT_USERNAME : khs1994
You can’t perform that action at this time.
0 commit comments