Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Jan 30, 2024
1 parent 7aabef7 commit 83ae3d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
bundler-cache: false

- name: Install dependenciesq
run: bundle install

- name: Build docs
run: bundle exec ./build.rb
5 changes: 4 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
bundler-cache: false

- name: Install dependenciesq
run: bundle install

- name: Build site
run: bundle exec ./build.rb
Expand Down

0 comments on commit 83ae3d5

Please sign in to comment.