We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b65b6a commit d5be1e6Copy full SHA for d5be1e6
.github/workflows/deploy-web.yml
@@ -25,13 +25,13 @@ jobs:
25
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
26
# restore-keys: ${{ runner.os }}-node
27
28
- - uses: AmyrAhmady/[email protected]
+ # - uses: AmyrAhmady/[email protected]
29
30
- name: Build frontend
31
run: |
32
cd frontend
33
npm i
34
- npm run build
+ DOCUSAURUS_IGNORE_SSG_WARNINGS=true npm run build
35
36
- name: Deploy 🚀
37
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments