Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Updated generate README workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-alexandrov committed Feb 10, 2023
1 parent 3cad124 commit dd2f08a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/generate_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
with:
ruby-version: 3.2.0
bundler-cache: true
- name: Render
- name: Install Dependencies
if: steps.filter.outputs.curates == 'true' || steps.filter.outputs.templates == 'true'
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec rake render
run: bundle install
- name: Render README
if: steps.filter.outputs.curates == 'true' || steps.filter.outputs.templates == 'true'
run: bundle exec rake render
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit dd2f08a

Please sign in to comment.