Skip to content

feat(generators): update app generator configuration #33

feat(generators): update app generator configuration

feat(generators): update app generator configuration #33

Workflow file for this run

name: Build docs
on:
pull_request:
paths:
- 'docs/**'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm ci
- name: Build with VitePress
run: |
npm run docs:build
touch .vitepress/dist/.nojekyll