Skip to content

Commit

Permalink
Just npm i... no point with npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed May 2, 2024
1 parent 7f4a775 commit b02ccde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
node_version: 20
install: npm ci && cd docs && npm ci && cd ..
install: npm i && cd docs && npm i && cd ..
build: npm run build:docs:preview
output_dir: docs/public

Expand Down

0 comments on commit b02ccde

Please sign in to comment.