We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83922d commit d9b77bdCopy full SHA for d9b77bd
netlify-build-docs.sh
@@ -9,11 +9,11 @@ curl https://mise.run | sh
9
# 2. Clone typst-jp.github.io
10
11
# 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
+git clone --depth 1 --no-checkout --filter=tree:0 --branch=nested https://github.com/typst-jp/typst-jp.github.io ../jp
13
cd ../jp
14
git sparse-checkout init
15
git sparse-checkout set website/ tsconfig.json package.json bun.lockb .mise.toml
16
-git checkout main
+git switch nested
17
cd -
18
19
# 3. Move files from typst-jp
0 commit comments