From 695f62eb6c7f3337954b51b485950e9dca93ce1f Mon Sep 17 00:00:00 2001 From: John Nguyen Date: Wed, 2 Dec 2020 10:06:59 +0100 Subject: [PATCH] Modify Actions --- .github/workflows/deploy-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 6e95df41..7c9fc8f6 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -4,7 +4,7 @@ jobs: deploy: runs-on: ubuntu-latest env: - ruby-version: 2.5 + ruby-version: 2.6 steps: - uses: actions/checkout@v2 @@ -12,6 +12,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ env.ruby-version }} + bundler-cache: true # runs 'bundle install' and caches installed gems automaticall - uses: actions/cache@v2 with: