tw.org just one more CI fix

This commit is contained in:
jeremy@jermolene.com 2022-03-20 17:31:07 +00:00
parent 02f8713012
commit bc81195b5a
1 changed files with 1 additions and 1 deletions

View File

@ -93,5 +93,5 @@ git config --global user.name "GitHub Actions"
git add -A .
git commit --message "GitHub build: $GITHUB_RUN_NUMBER of $TW5_BUILD_BRANCH ($(date +'%F %T %Z'))"
git remote add deploy "https://$GH_TOKEN@github.com/TiddlyWiki/tiddlywiki.org-gh-pages.git" &>/dev/null
git push deploy master &>/dev/null
git push deploy main &>/dev/null
popd