Skip to content

docs: add NUXT_APP_BASE_URL to nuxi build for github_pages exampl… #270

docs: add NUXT_APP_BASE_URL to nuxi build for github_pages exampl…

docs: add NUXT_APP_BASE_URL to nuxi build for github_pages exampl… #270

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install
- run: pnpm nuxi prepare
- run: pnpm test