Skip to content

Added next branch for TS docs #67

Added next branch for TS docs

Added next branch for TS docs #67

Workflow file for this run

name: Generate Documentation
on:
push:
branches:
- "master"
- "530-migrate-code-examples-under-api-from-js-to-ts"
paths:
- 'docs/**'
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: enonic/release-tools/generate-docs@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
webhook-secret: ${{ secrets.DEVELOPER_PORTAL_WEBHOOK_SECRET }}