Skip to content

Commit

Permalink
bug: fixes publishing docs #576
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Nov 6, 2024
1 parent b562d56 commit e0d3f08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 "[email protected]"
# git config --global user.name "apigeecli Publish Action"
# git config --global user.email "[email protected]"
git pull origin main --allow-unrelated-histories
git checkout -b docs_$GITHUB_SHA
Expand Down

0 comments on commit e0d3f08

Please sign in to comment.