Skip to content

Commit d9b77bd

Browse files
1 parent e83922d commit d9b77bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify-build-docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ curl https://mise.run | sh
99
# 2. Clone typst-jp.github.io
1010

1111
# Tested against https://github.com/typst-jp/typst-jp.github.io/commit/f588f0d53dbb39225739fa7faeecb33d9b4b055b
12-
git clone --depth 1 --no-checkout --filter=tree:0 https://github.com/typst-jp/typst-jp.github.io ../jp
12+
git clone --depth 1 --no-checkout --filter=tree:0 --branch=nested https://github.com/typst-jp/typst-jp.github.io ../jp
1313
cd ../jp
1414
git sparse-checkout init
1515
git sparse-checkout set website/ tsconfig.json package.json bun.lockb .mise.toml
16-
git checkout main
16+
git switch nested
1717
cd -
1818

1919
# 3. Move files from typst-jp

0 commit comments

Comments
 (0)