API docs build #144
This file contains 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: API docs build | |
on: | |
#TODO: we really want this to be built for releases exclusively, not on schedule | |
#for now a scheduled build will do the job | |
schedule: | |
- cron: 0 0 * * MON | |
workflow_dispatch: | |
jobs: | |
build: | |
uses: pmmp/ApiDocsBuildAction/.github/workflows/[email protected] | |
with: | |
src-repo: pmmp/PocketMine-MP | |
ref: stable | |
pm-version-major: 5 |