Skip to content

feat(config): move .claude to home directory with named volume and auth token support #5

feat(config): move .claude to home directory with named volume and auth token support

feat(config): move .claude to home directory with named volume and auth token support #5

Workflow file for this run

name: Docs CI
on:
pull_request:
paths: ['docs/**', '.devcontainer/CHANGELOG.md']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: docs/package-lock.json
- run: npm ci
working-directory: docs
- run: npm run build
working-directory: docs