From a6a35e7c439a5e7ff614d5964b859592f471f1c7 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 24 Oct 2020 15:42:44 +1030 Subject: [PATCH] Fix publish_api_documentation.yml --- .github/workflows/publish_api_documentation.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_api_documentation.yml b/.github/workflows/publish_api_documentation.yml index d20e5f49..e448b0fb 100644 --- a/.github/workflows/publish_api_documentation.yml +++ b/.github/workflows/publish_api_documentation.yml @@ -3,8 +3,6 @@ name: publish-api-documentation on: workflow_dispatch: push: - branches: - - 3.0 tags: - v3.* @@ -36,8 +34,9 @@ jobs: run: | git config user.name github-actions git config user.email github-actions@github.com - git checkout gh-pages git add docs git status git commit -m "Publish API documentation" + git checkout gh-pages + git merge 3.0 git push