diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 3124117..ccf2f70 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -18,10 +18,7 @@ jobs: run: bundle install - name: Build the site run: jekyll build --trace - - name: Check source status - run: | - git status - - name: Check site status + - name: Publish Site run: | cd _site git config --global --add safe.directory /workspace/vagabond/ttrpg-compendium/_site