Skip to content

Add support for custom contracts #153

Add support for custom contracts

Add support for custom contracts #153

Workflow file for this run

name: Generate and commit docs
on: [pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8.15.9
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: [20.15.1]

Check failure on line 16 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / Generate and commit docs

Invalid workflow file

The workflow is not valid. .github/workflows/docs.yml (Line: 16, Col: 23): A sequence was not expected
- run: pnpm run bootstrap
# Exclude the build of sdk and colony-js as it's not necessary for the docs to build
- run: pnpm --filter '!sdk' --filter '!colony-js' run build
- run: pnpm run build-docs
env:
NODE_OPTIONS: --max-old-space-size=4096
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: generate docs"