Skip to content

Commit

Permalink
ci: only clone master
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Feb 14, 2024
1 parent edf8448 commit c236614
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release-typst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sudo mv lxgw-wenkai-v1.320 /usr/share/fonts/
fc-cache
git clone https://github.com/OI-wiki/OI-wiki.git --depth=1
git clone https://github.com/OI-wiki/OI-wiki.git --depth=1 --single-branch -b master
cd remark-typst
npm install
cd ..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cd ..
cd oi-wiki-export
npm i
git clone https://github.com/OI-wiki/OI-wiki.git --depth=1
git clone https://github.com/OI-wiki/OI-wiki.git --depth=1 --single-branch -b master
python3 increase-mem-limit.py
fmtutil-sys --all
node index.js ./OI-wiki
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-typst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sudo mv lxgw-wenkai-v1.320 /usr/share/fonts/
fc-cache
git clone https://github.com/OI-wiki/OI-wiki.git --depth=1
git clone https://github.com/OI-wiki/OI-wiki.git --depth=1 --single-branch -b master
cd remark-typst
npm install
cd ..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cd ..
cd oi-wiki-export
npm i
git clone https://github.com/OI-wiki/OI-wiki.git --depth=1
git clone https://github.com/OI-wiki/OI-wiki.git --depth=1 --single-branch -b master
python3 increase-mem-limit.py
fmtutil-sys --all
node index.js ./OI-wiki
Expand Down

0 comments on commit c236614

Please sign in to comment.