Skip to content

Updated the price of the Ace 3DSX flashcart. #5160

Updated the price of the Ace 3DSX flashcart.

Updated the price of the Ace 3DSX flashcart. #5160

Workflow file for this run

name: Test site build
on:
pull_request:
jobs:
doc-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
submodules: recursive
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Build site
run: npm run docs:build