Skip to content

Commit

Permalink
workflow: try another way of shutting up l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Oct 4, 2023
1 parent cbc2f4e commit df5e2f2
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,24 @@ name: Test site build

on:
pull_request:
branches-ignore:
- 'l10n'

jobs:
doc-test:
runs-on: ubuntu-latest
if: github.ref_name != 'l10n'
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false

- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'

- name: Install dependencies
run: bundle install
- name: Install dependencies
run: bundle install

- name: Run Jekyll
# Build the site using Jekyll
run: JEKYLL_ENV=production bundle exec jekyll build
- name: Run Jekyll
# Build the site using Jekyll
run: JEKYLL_ENV=production bundle exec jekyll build

0 comments on commit df5e2f2

Please sign in to comment.