Skip to content

Commit

Permalink
cd: ignore cache in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Apr 17, 2023
1 parent ab29bd5 commit 05f5bc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: yarn install
- run: CI='' && npm run build-ghpages --if-present
- run: touch ./build/.nojekyll
Expand Down

0 comments on commit 05f5bc7

Please sign in to comment.