Skip to content

Commit

Permalink
add feed cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Feb 27, 2024
1 parent cc8321d commit 81dd56d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: Install Dependencies
run: bundler install

- name: Configure Feed Cache
uses: actions/cache@v4
with:
path: planet.db
key: cache-feed-sources-${{ hashFiles('Gemfile.lock') }}

- name: Get Feed Content
run: bundler exec rake

Expand All @@ -39,7 +45,7 @@ jobs:

- name: Build Jekyll Site
run: bundler exec jekyll build

- uses: actions/upload-pages-artifact@v3

deploy:
Expand Down

0 comments on commit 81dd56d

Please sign in to comment.