Skip to content

Commit 64e69e1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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)