Skip to content

Commit

Permalink
patch: no zip, just copy the plain one
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghalan authored Feb 29, 2024
1 parent b6b0d99 commit 63f417d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/create_renv_zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,13 @@ jobs:
- name: List files
run: |
ls -la
- name: Save zip
run: |
zip -r renv.zip renv
- name: Commit files # Commit changes. You need to do this so child sites work...
working-directory: parent/${{ github.event.repository.name }}
working-directory: ${{ github.event.repository.name }}
run: |
ls -la
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add -A
git commit -m "generating dashboard"
git commit -m "saving renv"
git push

0 comments on commit 63f417d

Please sign in to comment.