Skip to content

Commit

Permalink
fix: only use main in release processes (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgdibble authored Apr 10, 2024
1 parent 38a0ac1 commit 3ac6fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3ac6fea

Please sign in to comment.