diff --git a/publish-gh-pages.sh b/publish-gh-pages.sh index b410443..d32bc16 100755 --- a/publish-gh-pages.sh +++ b/publish-gh-pages.sh @@ -3,7 +3,7 @@ set -e # aborts if there are errors set -u # errors if you use an undefined variable set -o pipefail # errors if a pipe fails -git checkout master +git checkout main npm run build