From 83ae3d5d3483138ac7ce15ca7551de0b4e8ff10e Mon Sep 17 00:00:00 2001 From: Joel Drapper Date: Tue, 30 Jan 2024 10:07:09 +0000 Subject: [PATCH] Try this --- .github/workflows/ci.yml | 5 ++++- .github/workflows/static.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03b12cd..877d6a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 84df352..a08f6f0 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -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