Skip to content

Commit

Permalink
Add foreman to action
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Jan 15, 2024
1 parent 960e7f2 commit 716db4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docs-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: bundle config path ${{ github.workspace }}/vendor/bundle
- name: Bundle Install
run: bundle install --jobs 4 --retry 3
- name: Install foreman
run: gem install foreman

# Configure Node to build assets
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 716db4d

Please sign in to comment.