Skip to content

Commit

Permalink
fix deploy workflow to use mise
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed Dec 11, 2024
1 parent 9db0b6e commit fc9b292
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ jobs:

- run: npm ci

- run: npm run validate-bus-data
- run: npm run validate-data
- run: mise run validate

# Having validated the data, we now prepare a bundle. This script creates
# files in a docs/ directory.
- run: npm run bundle-data
- run: mise run bundle-data

# Notes: actions/checkout@v2 no longer fetches entire history nor enters
# detached HEAD state. We really just need to check out an (orphaned)
Expand Down

0 comments on commit fc9b292

Please sign in to comment.