mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Migrate setup-ruby GitHub Action (#16483)
This commit is contained in:
parent
df4003a3c0
commit
c22ce2e226
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
- name: Check out files from GitHub
|
- name: Check out files from GitHub
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Setting up Ruby 2.6
|
- name: Setting up Ruby 2.6
|
||||||
uses: actions/setup-ruby@v1.1.2
|
uses: ruby/setup-ruby@v1.64.1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.6
|
ruby-version: 2.6
|
||||||
- name: Setup Ruby Gems cache
|
- name: Setup Ruby Gems cache
|
||||||
@ -76,7 +76,9 @@ jobs:
|
|||||||
uses: actions/cache@v2.1.4
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: source/.jekyll-cache
|
path: source/.jekyll-cache
|
||||||
key: jekyll-${{ hashFiles('**/Gemfile.lock') }}-${{ hashFiles('**/_config.yml') }}
|
key:
|
||||||
|
jekyll-${{ hashFiles('**/Gemfile.lock') }}-${{
|
||||||
|
hashFiles('**/_config.yml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
jekyll-${{ hashFiles('**/Gemfile.lock') }}-
|
jekyll-${{ hashFiles('**/Gemfile.lock') }}-
|
||||||
jekyll-
|
jekyll-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user