Disable caching until I canfigure out pinboard issue
This commit is contained in:
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
@@ -35,11 +35,11 @@ jobs:
|
|||||||
KEY: ${{ github.workspace }}/secret.key
|
KEY: ${{ github.workspace }}/secret.key
|
||||||
run: cd bin/dither && bundle exec ruby dither.rb >> dither.log 2>&1 &
|
run: cd bin/dither && bundle exec ruby dither.rb >> dither.log 2>&1 &
|
||||||
|
|
||||||
- name: Cache Hugo build
|
# - name: Cache Hugo build
|
||||||
uses: actions/cache@v3
|
# uses: actions/cache@v3
|
||||||
with:
|
# with:
|
||||||
path: ${{ github.workspace }}/.cache
|
# path: ${{ github.workspace }}/.cache
|
||||||
key: hugo_cache
|
# key: hugo_cache
|
||||||
|
|
||||||
- name: Generate static site
|
- name: Generate static site
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user