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 authored May 2, 2024
1 parent b02ccde commit 348ac86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ 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
output_dir: docs/public

0 comments on commit 348ac86

Please sign in to comment.