Skip to content

fredtool*: split Flipnote steps and b9stool steps, move things around to align #2163

fredtool*: split Flipnote steps and b9stool steps, move things around to align

fredtool*: split Flipnote steps and b9stool steps, move things around to align #2163

Workflow file for this run

name: Test site build
on:
pull_request:
branches-ignore:
- 'l10n'
jobs:
doc-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
- name: Install dependencies
run: bundle install
- name: Run Jekyll
# Build the site using Jekyll
run: JEKYLL_ENV=production bundle exec jekyll build