From df73058077e93fd48da9e428058475fdf8aabbf2 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Fri, 14 Jun 2024 17:02:17 -0400 Subject: [PATCH] Clean-up Actions --- .forgejo/workflows/publish.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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