Skip to content

Publish

Publish #754

Workflow file for this run

name: Publish
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '0 3 * * *' # Daily at 03:00
jobs:
publish-docs:
name: Publish / Docs
if: github.event.repository.fork == false # Disable for forks
uses: playframework/.github/.github/workflows/antora.yml@v4
with:
playbook: antora-playbook.yml
publish: true