diff --git a/.github/workflows/deploy-to-github-pages.yml b/.github/workflows/deploy-to-github-pages.yml index f43bdf5..4242929 100644 --- a/.github/workflows/deploy-to-github-pages.yml +++ b/.github/workflows/deploy-to-github-pages.yml @@ -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