From aeddda360000222225e257fa139c2a8b807a2f0d Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 14 Oct 2024 16:24:12 +0800 Subject: chore: improve scripts about build --- scripts/gh-pages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/gh-pages.sh') diff --git a/scripts/gh-pages.sh b/scripts/gh-pages.sh index e44bab4..a091820 100755 --- a/scripts/gh-pages.sh +++ b/scripts/gh-pages.sh @@ -1,6 +1,6 @@ #!/bin/bash -git checkout -- .gitignore index.html && \ +git checkout gh-pages -- .gitignore index.html && \ npm run build && npm run docs && \ git branch --force gh-pages HEAD && \ git checkout gh-pages && \ -- cgit v1.2.3-70-g09d2