Skip to content

Removed 1.4

Removed 1.4 #32

Workflow file for this run

name: Generate Documentation
on:
push:
branches:
- "master"
- "1.5"
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 }}