From e6bf17185e1f7750c0650b9a8b4a40edac11219d Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 24 Oct 2020 12:52:32 +1030 Subject: [PATCH] Manual trigger API documentation publishing using workflow_dispatch --- .github/workflows/publish_api_documentation.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish_api_documentation.yml b/.github/workflows/publish_api_documentation.yml index 199ea349..0e1d1a21 100644 --- a/.github/workflows/publish_api_documentation.yml +++ b/.github/workflows/publish_api_documentation.yml @@ -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