Skip to content

Commit

Permalink
attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
danbjoseph committed Aug 22, 2022
1 parent 3211ee5 commit 4614225
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --local user.name "GitHub Action"
git add .
Expand Down

0 comments on commit 4614225

Please sign in to comment.