Skip to content

Commit

Permalink
only run rake once in jekyll build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos authored Mar 5, 2024
1 parent 1534884 commit 4a5c3a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ jobs:
path: planet.db
key: cache-feed-sources-${{ hashFiles('Gemfile.lock') }}

- name: Get Feed Content
run: bundler exec rake

- name: Proccess Feed Content
- name: Get and Proccess Feed Content
run: bundler exec rake build

- name: Build Jekyll Site
Expand Down

0 comments on commit 4a5c3a9

Please sign in to comment.