Skip to content

Commit d5be1e6

Browse files
committed
disable ssg warning on build
1 parent 4b65b6a commit d5be1e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-web.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2626
# restore-keys: ${{ runner.os }}-node
2727

28-
- uses: AmyrAhmady/omp-web-cache@v1.0
28+
# - uses: AmyrAhmady/omp-web-cache@v1.0
2929

3030
- name: Build frontend
3131
run: |
3232
cd frontend
3333
npm i
34-
npm run build
34+
DOCUSAURUS_IGNORE_SSG_WARNINGS=true npm run build
3535
3636
- name: Deploy 🚀
3737
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)