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 7dda4ec commit 1f30347Copy full SHA for 1f30347
.github/workflows/gh_pages.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-node@v3
16
with:
17
node-version: 20.x
18
- - run: npm ci && npm run build-ghpages
+ - run: npm ci && npm run check && npm run build-ghpages
19
- name: build_app
20
uses: peaceiris/actions-gh-pages@v3
21
if: ${{ github.ref == 'refs/heads/main' }}
0 commit comments