From 545ce2ec94d21ae594f712fca137ae196c3835c9 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Fri, 14 Jun 2024 17:16:31 -0400 Subject: [PATCH] Try to limit page updates to just build results --- .forgejo/workflows/publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index ccf2f70..9d08276 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -22,10 +22,9 @@ 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 add -A . git status git commit -m "Automated Publish" git push