Skip to content

Create a new guide on resetting the Wii NAND to complete stock, also removed an extra linebreak in the BootMii recovery guide #989

Create a new guide on resetting the Wii NAND to complete stock, also removed an extra linebreak in the BootMii recovery guide

Create a new guide on resetting the Wii NAND to complete stock, also removed an extra linebreak in the BootMii recovery guide #989

Workflow file for this run

name: Test site build
on:
pull_request:
jobs:
doc-test:
if: github.ref_name != 'l10n_master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: Run Jekyll
# Build the site using Jekyll
run: JEKYLL_ENV=production bundle exec jekyll build