Skip to content

Commit

Permalink
Revert "Bump cache version"
Browse files Browse the repository at this point in the history
This reverts commit abf91df.
  • Loading branch information
qwtel committed Sep 8, 2024
1 parent abf91df commit 078ef91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 1 # Increment this number if you need to re-download cached gems
cache-version: 0 # Increment this number if you need to re-download cached gems
# - name: Set up Node.js
# uses: actions/setup-node@v4
# with:
Expand All @@ -51,7 +51,7 @@ jobs:
run: bundle exec jekyll build --destination ./build
env:
JEKYLL_ENV: production
BUNDLE_GITHUB__COM: x-access-token:${{ secrets.JEKYLL_PAT }} #!!
BUNDLE_GITHUB__COM: x-access-token:${{ secrets.GH_REPO_PAT }} #!!
- name: Publish to Cloudflare Pages
uses: cloudflare/wrangler-action@v3
id: deploy
Expand Down

0 comments on commit 078ef91

Please sign in to comment.