workflow: apparently these should have the same indents
This commit is contained in:
parent
df5e2f262f
commit
d17f60e1c6
1 changed files with 13 additions and 13 deletions
26
.github/workflows/test.yml
vendored
26
.github/workflows/test.yml
vendored
|
@ -6,20 +6,20 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
doc-test:
|
doc-test:
|
||||||
if: github.ref_name != 'l10n'
|
if: github.ref_name != 'l10n'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.2'
|
ruby-version: '3.2'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bundle install
|
run: bundle install
|
||||||
|
|
||||||
- name: Run Jekyll
|
- name: Run Jekyll
|
||||||
# Build the site using Jekyll
|
# Build the site using Jekyll
|
||||||
run: JEKYLL_ENV=production bundle exec jekyll build
|
run: JEKYLL_ENV=production bundle exec jekyll build
|
||||||
|
|
Loading…
Reference in a new issue