Skip to content

Commit

Permalink
Update data and push
Browse files Browse the repository at this point in the history
  • Loading branch information
njahn82 committed Jul 16, 2024
1 parent b9971be commit b902d10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
DATE=$(date +'%Y-%m-%d %H:%M:%S')
git add data/
git commit --allow-empty -m "Auto-update of the data package on $DATE" -a
git push origin ${{ github.head_ref }}
- name: Build site
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
Expand Down

0 comments on commit b902d10

Please sign in to comment.