Skip to content

Commit

Permalink
Fix site build (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnysingh committed May 29, 2023
1 parent 4a58202 commit 21e7a0f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: npm
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm clean-install --include dev --workspace site
run: npm clean-install --include dev
- name: Build site
run: npm run build --workspace site
- uses: actions/upload-pages-artifact@v1
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@auto-it/first-time-contributor": "^10.46.0",
"@auto-it/npm": "^10.46.0",
"@auto-it/released": "^10.46.0",
"@types/node": "^20.1.4",
"@types/node": "^20.2.5",
"auto": "^10.46.0",
"prettier": "^2.8.8",
"publint": "^0.1.12",
Expand Down

0 comments on commit 21e7a0f

Please sign in to comment.