From af2176ebff5a9ddb72f00c6c50464bbe6d2f870d Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Wed, 14 Feb 2024 10:00:10 -0500 Subject: [PATCH] Disable caching until I canfigure out pinboard issue --- .github/workflows/deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index afee0d0..dbe542e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,11 +35,11 @@ jobs: KEY: ${{ github.workspace }}/secret.key run: cd bin/dither && bundle exec ruby dither.rb >> dither.log 2>&1 & - - name: Cache Hugo build - uses: actions/cache@v3 - with: - path: ${{ github.workspace }}/.cache - key: hugo_cache + # - name: Cache Hugo build + # uses: actions/cache@v3 + # with: + # path: ${{ github.workspace }}/.cache + # key: hugo_cache - name: Generate static site env: