diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 998cde7..3124117 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -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