Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1
Publish#1024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
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 |