Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

ci: update .circleci/config.yml #9

ci: update .circleci/config.yml

ci: update .circleci/config.yml #9

Workflow file for this run

name: Deploy docs
on: { push: { branches: [ main, master ] } }
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: npm
- run: npm ci
- run: npm run docs:build
- uses: peaceiris/actions-gh-pages@v4

Check failure on line 18 in .github/workflows/deploy-docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
with: { github_token: ${{ secrets.GITHUB_TOKEN }}, publish_dir: ./docs/.vitepress/dist }