Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 5004f13

Browse files
committed
ci: fix a url error
1 parent fa8b37c commit 5004f13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
git config --global user.email "[email protected]"
1717
git config --global user.name "Jinming Wu, Patrick"
18-
git clone --depth 1 https://patrick:$GH_TOKEN@git.wedotstud.io/wslu/documentation website
18+
git clone --depth 1 https://patrick:$GH_TOKEN@code.wedotstud.io/wslu/documentation website
1919
cp -f ./CODE_OF_CONDUCT.md ./website/coc.md
2020
cp -f ./CONTRIBUTING.md ./website/contributing.md
2121
git --git-dir=./website/.git --work-tree=./website add -A

.github/workflows/manpage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
git config --global user.email "[email protected]"
2323
git config --global user.name "Jinming Wu, Patrick"
24-
git clone --depth 1 https://patrick:$GH_TOKEN@git.wedotstud.io/wslu/website website
24+
git clone --depth 1 https://patrick:$GH_TOKEN@code.wedotstud.io/wslu/website website
2525
bash -x extras/scripts/manpage_deploy.bash
2626
git --git-dir=./website/.git --work-tree=./website add -A
2727
git --git-dir=./website/.git --work-tree=./website commit -m "Manpage update"

0 commit comments

Comments
 (0)