Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
jotonedev committed Feb 25, 2024
1 parent b3a07e2 commit b74ccfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true

- name: Install dependencies
run: bundle install

- name: Build
run: bundle exec jekyll build -t --disable-disk-cache

0 comments on commit b74ccfe

Please sign in to comment.