Skip to content

Commit

Permalink
dev: rename helper scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Jan 16, 2024
1 parent 1519cbd commit db9be90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
CORE=$(realpath "$CORE")
cd "$DOCS"
npm ci
npm --workspace build run now -- --site "$SITE" --core "$CORE"
npm --workspace build run dev -- --site "$SITE" --core "$CORE"
- name: Commit changes to source!
run: |
Expand Down

0 comments on commit db9be90

Please sign in to comment.