Skip to content

Commit

Permalink
always need npm for toCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels committed Nov 3, 2023
1 parent a38b992 commit d21a43f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:

- name: Cache node modules
id: cache-npm
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
uses: actions/cache@v3
env:
cache-name: cache-node-modules
Expand All @@ -86,7 +85,6 @@ jobs:
${{ runner.os }}-
- name: Install npm dependencies
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
run: npm install

- name: Render about me & cv
Expand Down

0 comments on commit d21a43f

Please sign in to comment.