Disable caching until I canfigure out pinboard issue

This commit is contained in:
David Eisinger
2024-02-14 10:00:10 -05:00
parent 752c0e91d0
commit af2176ebff

View File

@@ -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: