Browse Source

Actually publish

Alex Dima 6 years ago
parent
commit
c04fb4f942
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build/publish-website.sh

+ 1 - 0
build/publish-website.sh

@@ -12,3 +12,4 @@ git remote add origin "${REMOTE_URL}"
 git checkout -b gh-pages
 git add .
 git commit -m "Publish website"
+git push origin gh-pages --force