这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 "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
Expand Down