Skip to content

fix(meta,web,docs): align share readiness and interview-facing docs #22

fix(meta,web,docs): align share readiness and interview-facing docs

fix(meta,web,docs): align share readiness and interview-facing docs #22

Workflow file for this run

name: Deploy Pages
on:
push:
branches: [main]
paths: ['web/**']
workflow_dispatch:
jobs:
deploy:

Check failure on line 10 in .github/workflows/pages.yml

View workflow run for this annotation

GitHub Actions / Deploy Pages

Invalid workflow file

The workflow is not valid. .github/workflows/pages.yml (Line: 10, Col: 3): Error calling workflow 'rararulab/workflows/.github/workflows/deploy-pages.yml@main'. The workflow is requesting 'contents: write', but is only allowed 'contents: read'.
uses: rararulab/workflows/.github/workflows/deploy-pages.yml@main
with:
build-command: "cargo install mdbook --no-default-features && cd web && npm ci && npm run build && mdbook build docs && cp -r docs/book dist/docs"
output-dir: "web/dist"