Skip to content

Commit

Permalink
chore: test-build workflow clone depth 1
Browse files Browse the repository at this point in the history
  • Loading branch information
opsiff authored Feb 14, 2024
1 parent 00002b8 commit be75f0a
Showing 1 changed file with 1 addition and 1 deletion.
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
git clone https://github.com/OI-wiki/OI-wiki.git --depth=1
python3 increase-mem-limit.py
fmtutil-sys --all
node index.js ./OI-wiki
Expand Down

0 comments on commit be75f0a

Please sign in to comment.