reenable automatic builds

This commit is contained in:
2025-04-25 15:52:09 -04:00
parent e017d2639a
commit 0662f58fed

View File

@@ -21,14 +21,14 @@ jobs:
- name: Build website
run: |
cd jhewit
#../sitix-rewrite/bin/sitix-ubuntu site -o gh-pages -y
#mv gh-pages ..
../sitix-rewrite/bin/sitix-ubuntu site -o gh-pages -y
mv gh-pages ..
rm -rf site
#mv ../gh-pages/* .
mv output/* .
mv ../gh-pages/* .
#mv output/* .
git config --global user.name Robot
git config --global user.email notan@emailaddr.ess
git add .
git commit -am "automated build"
git branch
git push --force origin rewrite:gh-pages
git push --force origin rewrite:gh-pages