Skip to content

Commit

Permalink
Fix and bring back lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Robson committed Jun 5, 2024
1 parent 12747c6 commit f28417b
Show file tree
Hide file tree
Showing 3 changed files with 15,711 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm install docusaurus -g

- name: Install dependencies
run: npm i
run: npm ci

- name: Build Docusaurus site
run: npm run build
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@

npm-debug.log*
yarn-debug.log*
yarn-error.log*

package-lock.json
yarn-error.log*
Loading

0 comments on commit f28417b

Please sign in to comment.