commit af2176ebff5a9ddb72f00c6c50464bbe6d2f870d parent 752c0e91d04aaae8193fccea899f4616b3a26177 Author: David Eisinger <[email protected]> Date: Wed, 14 Feb 2024 10:00:10 -0500 Disable caching until I canfigure out pinboard issue Diffstat:
| M | .github/workflows/deploy.yml | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git 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: