Skip to content

Commit

Permalink
Adjust documentation push for master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-iris committed Dec 4, 2022
1 parent bad6336 commit 1c83bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build-push-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ git commit -m 'committing documentation'
git remote add origin $GITREMOTE

echo "Pushing contents of $BASEDIR/$DOCDIR to $GITREMOTE branch gh-pages"
git push --quiet --force origin master:gh-pages
git push --quiet --force origin main:gh-pages

0 comments on commit 1c83bbe

Please sign in to comment.