Skip to content

Commit

Permalink
Add daily EOP package update script
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed May 28, 2024
1 parent 5c3382e commit 76a5e62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update_bundled_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ jobs:
update-eop-data:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: 1.10
- uses: julia-actions/cache@v1
- uses: actions/checkout@v4
- name: Update package data
run: ./scripts/update-data.sh
run: julia --project ./scripts/update_data.jl
- name: Commit and push changes
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 76a5e62

Please sign in to comment.