From e0d3f0866bc7d558f55820b19079bc7a9f801bfa Mon Sep 17 00:00:00 2001 From: srinandan Date: Wed, 6 Nov 2024 19:57:30 +0000 Subject: [PATCH] bug: fixes publishing docs #576 --- .github/workflows/gen-docs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gen-docs.yml b/.github/workflows/gen-docs.yml index 80492978..5e8f335d 100644 --- a/.github/workflows/gen-docs.yml +++ b/.github/workflows/gen-docs.yml @@ -16,10 +16,10 @@ name: apigeecli Github Pages Pipeline on: - push: + #push: # Publish semver tags as releases. - tags: - - v[0-9].[0-9]+.[0-9] + # tags: + # - v[0-9].[0-9]+.[0-9] workflow_dispatch: jobs: @@ -32,8 +32,8 @@ jobs: - name: Push GH Pages run: | git config pull.rebase false - git config --global user.name "apigeecli Publish Action" - git config --global user.email "apigeecli-bot@noreply.apigee.com" + # git config --global user.name "apigeecli Publish Action" + # git config --global user.email "apigeecli-bot@noreply.apigee.com" git pull origin main --allow-unrelated-histories git checkout -b docs_$GITHUB_SHA