fix: debug training mode, minor style fixes #544
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Nuxt Build | |
on: | |
push: | |
branches: | |
- "**" | |
- "!l10n_main" | |
jobs: | |
# Build job | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Generate Nuxt | |
id: generate-nuxt | |
uses: ./.github/actions/generate-nuxt | |
with: | |
router-base: "/" | |
upload: "false" |