Skip to content

Commit

Permalink
ci: fix a url error
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Nov 17, 2024
1 parent fa8b37c commit 5004f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Jinming Wu, Patrick"
git clone --depth 1 https://patrick:$GH_TOKEN@git.wedotstud.io/wslu/documentation website
git clone --depth 1 https://patrick:$GH_TOKEN@code.wedotstud.io/wslu/documentation website
cp -f ./CODE_OF_CONDUCT.md ./website/coc.md
cp -f ./CONTRIBUTING.md ./website/contributing.md
git --git-dir=./website/.git --work-tree=./website add -A
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Jinming Wu, Patrick"
git clone --depth 1 https://patrick:$GH_TOKEN@git.wedotstud.io/wslu/website website
git clone --depth 1 https://patrick:$GH_TOKEN@code.wedotstud.io/wslu/website website
bash -x extras/scripts/manpage_deploy.bash
git --git-dir=./website/.git --work-tree=./website add -A
git --git-dir=./website/.git --work-tree=./website commit -m "Manpage update"
Expand Down

0 comments on commit 5004f13

Please sign in to comment.