mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-19 23:12:36 +02:00
workflow: try another way of shutting up l10n
This commit is contained in:
29
.github/workflows/test.yml
vendored
29
.github/workflows/test.yml
vendored
@@ -2,25 +2,24 @@ name: Test site build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches-ignore:
|
|
||||||
- 'l10n'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
doc-test:
|
doc-test:
|
||||||
runs-on: ubuntu-latest
|
if: github.ref_name != 'l10n'
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user