parent
d1ecbcbff4
commit
23a2451459
|
@ -20,7 +20,7 @@ jobs:
|
||||||
BENCHMARK: true
|
BENCHMARK: true
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Jekyll
|
- name: Checkout Jekyll
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Set up Ruby
|
- name: Set up Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
ruby_version: "jruby-9.3.4.0"
|
ruby_version: "jruby-9.3.4.0"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: "Set up ${{ matrix.label }}"
|
- name: "Set up ${{ matrix.label }}"
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
ruby_version: "2.7"
|
ruby_version: "2.7"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: "Set up Ruby ${{ matrix.ruby_version }}"
|
- name: "Set up Ruby ${{ matrix.ruby_version }}"
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
BUNDLE_JOBS: 4
|
BUNDLE_JOBS: 4
|
||||||
BUNDLE_RETRY: 3
|
BUNDLE_RETRY: 3
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: ${{ env.RUBY_VERSION }}
|
ruby-version: ${{ env.RUBY_VERSION }}
|
||||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- 2.7
|
- 2.7
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: "Set up Ruby ${{ matrix.ruby_version }}"
|
- name: "Set up Ruby ${{ matrix.ruby_version }}"
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -17,6 +17,6 @@ jobs:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Check Spellings
|
- name: Check Spellings
|
||||||
uses: check-spelling/check-spelling@v0.0.19
|
uses: check-spelling/check-spelling@v0.0.19
|
||||||
|
|
|
@ -18,12 +18,12 @@ jobs:
|
||||||
BUNDLE_RETRY: 3
|
BUNDLE_RETRY: 3
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Jekyll
|
- name: Checkout Jekyll
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 5
|
fetch-depth: 5
|
||||||
path: jekyll
|
path: jekyll
|
||||||
- name: Checkout Third-Party Repository
|
- name: Checkout Third-Party Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: ashmaroli/tomjoht.github.io
|
repository: ashmaroli/tomjoht.github.io
|
||||||
path: sandbox
|
path: sandbox
|
||||||
|
|
Loading…
Reference in New Issue