Skip to content

Commit

Permalink
Stop caching for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-by committed Jun 11, 2024
1 parent 0ff63d8 commit 7ac961f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:
with:
node-version: "18"

- name: Persist npm cache
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Persist Eleventy .cache
uses: actions/cache@v3
with:
path: ./.cache
key: ${{ runner.os }}-eleventy-fetch-cache
# - name: Persist npm cache
# uses: actions/cache@v3
# with:
# path: ~/.npm
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
# restore-keys: |
# ${{ runner.os }}-node-

# - name: Persist Eleventy .cache
# uses: actions/cache@v3
# with:
# path: ./.cache
# key: ${{ runner.os }}-eleventy-fetch-cache

- run: npm install

Expand Down

0 comments on commit 7ac961f

Please sign in to comment.