From 46142251fecd4545c18a2052fdd8f40c4a8ce9ea Mon Sep 17 00:00:00 2001 From: Dan Joseph Date: Mon, 22 Aug 2022 15:23:46 -0400 Subject: [PATCH] attempt 3 --- .github/workflows/update.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index fcb2b09..40c63e6 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -21,7 +21,9 @@ jobs: run: node app.js - name: Commit files run: | - cd files + git clone https://github.com/AmericanRedCross/google-sheets-workaround --branch gh-pages --single-branch gh-pages + cp -r files/* gh-pages/ + cd gh-pages git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add .