From 06674069ce7ebabcdf82d837c15135cc268576af Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Tue, 19 Nov 2024 17:31:38 +0000 Subject: [PATCH] Commit everything, not just subdir --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 862b8deba..ddda023ed 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -128,6 +128,6 @@ jobs: # Commit and push git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - git add . + git add -A git commit -m "Publish docs @ ${GITHUB_REPOSITORY}@${GITHUB_SHA}" git push