Skip to content

Commit

Permalink
Merge pull request #261 from layer5io/260-site-noindex
Browse files Browse the repository at this point in the history
fix(ci): change `noIndex` to `build`
  • Loading branch information
nebula-aac authored Nov 8, 2023
2 parents 539e928 + 677a4eb commit 01c9728
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-preview-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
cd site
npm install
npm run noIndex
npm run build
- name: Zip Site
run: bash site/script.sh
- name: Upload files
Expand Down
5 changes: 5 additions & 0 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0",
"tailwindcss": "^3.3.5"
},
"overrides": {
"[email protected]": {
"react": "^18.0.0"
}
}
}

0 comments on commit 01c9728

Please sign in to comment.