Skip to content

chore(docs): Migrate to Docusaurus #3

chore(docs): Migrate to Docusaurus

chore(docs): Migrate to Docusaurus #3

Workflow file for this run

name: Test deployment
on:
pull_request:
branches: [main, dev]
defaults:
runs:

Check failure on line 8 in .github/workflows/test-book.yml

View workflow run for this annotation

GitHub Actions / Test deployment

Invalid workflow file

The workflow is not valid. .github/workflows/test-book.yml (Line: 8, Col: 3): Unexpected value 'runs'
working-directory: book
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Test build website
run: npm run build