Manual trigger API documentation publishing using workflow_dispatch

This commit is contained in:
grossmj 2020-10-24 12:52:32 +10:30
parent 5bb6ba73f2
commit e6bf17185e

View File

@ -1,8 +1,7 @@
name: publish-api-documentation
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
push:
tags:
- v3.*
@ -14,8 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: 3.0
- uses: actions/setup-python@v2
with:
python-version: 3.6