Maybe fix action
All checks were successful
/ jekyll (push) Successful in 15s

This commit is contained in:
Bill Niblock 2024-06-14 16:51:08 -04:00
parent ec787a3889
commit e8665baaa2

View file

@ -25,11 +25,10 @@ jobs:
run: |
cd _site
git config --global --add safe.directory /workspace/vagabond/ttrpg-compendium/_site
touch .nojekyll
git config user.name "Scribe [bot]"
git config user.email "scribe@niblock.tech"
git add -A
git status
# touch .nojekyll
# git config user.name "Scribe [bot]"
# git config user.email "scribe@niblock.tech"
# git add -A
# git status
# git commit -m "Automated Publish"
# git push
git commit -m "Automated Publish"
git push