This repository was archived by the owner on Mar 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
- uses : actions/checkout@v2
12
12
- name : deploy manpages to website
13
13
env :
14
- GH_TOKEN : ${{ secrets.GIT_DEPLOY_KEY }}
14
+ GH_TOKEN : ${{ secrets.GITLAB_DEPLOY_KEY }}
15
15
run : |
16
16
git config --global user.email "me@patrickwu.space"
17
17
git config --global user.name "Jinming Wu, Patrick"
18
- git clone --depth 1 https://patrick330602 :$GH_TOKEN@github.com/wslutilities/wslutilities.github.io.git website
18
+ git clone --depth 1 https://patrick :$GH_TOKEN@git.wedotstud.io/wslu/documentation website
19
19
cp -f ./CODE_OF_CONDUCT.md ./website/coc.md
20
20
cp -f ./CONTRIBUTING.md ./website/contributing.md
21
21
git --git-dir=./website/.git --work-tree=./website add -A
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
run : bash -c "for x in docs/*; do groff \$x -mandoc -Thtml > \${x%.*}.html; done"
18
18
- name : deploy manpages to website
19
19
env :
20
- GH_TOKEN : ${{ secrets.GIT_DEPLOY_KEY }}
20
+ GH_TOKEN : ${{ secrets.GITLAB_DEPLOY_KEY }}
21
21
run : |
22
22
git config --global user.email "me@patrickwu.space"
23
23
git config --global user.name "Jinming Wu, Patrick"
24
- git clone --depth 1 https://patrick330602 :$GH_TOKEN@github.com/wslutilities/wslutilities.github.io.git website
24
+ git clone --depth 1 https://patrick :$GH_TOKEN@git.wedotstud.io/wslu/website website
25
25
bash -x extras/scripts/manpage_deploy.bash
26
26
git --git-dir=./website/.git --work-tree=./website add -A
27
27
git --git-dir=./website/.git --work-tree=./website commit -m "Manpage update"
You can’t perform that action at this time.
0 commit comments