Skip to content

Commit

Permalink
Update data gdd
Browse files Browse the repository at this point in the history
  • Loading branch information
njahn82 committed Jul 16, 2024
1 parent 12b3ab1 commit b9971be
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/update-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,6 @@ jobs:
git add data/
git commit --allow-empty -m "Auto-update of the data package on $DATE" -a
- name: Update branch
if: env.result == '1'
run: |
git pull --rebase origin ${{ github.head_ref }}
- name: Push changes
if: env.result == '1'
uses: ad-m/github-push-action@master
with:
branch: ${{ github.head_ref }} # Push changes back to the originating branch
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Build site
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
Expand Down

0 comments on commit b9971be

Please sign in to comment.