We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab29bd5 commit 05f5bc7Copy full SHA for 05f5bc7
.github/workflows/node.js.yml
@@ -26,7 +26,6 @@ jobs:
26
uses: actions/setup-node@v2
27
with:
28
node-version: ${{ matrix.node-version }}
29
- cache: "npm"
30
- run: yarn install
31
- run: CI='' && npm run build-ghpages --if-present
32
- run: touch ./build/.nojekyll
0 commit comments