Skip to content

Commit

Permalink
Merge pull request #103 from apigee/srinandan-patch-1
Browse files Browse the repository at this point in the history
Update gen-docs.yml
  • Loading branch information
srinandan authored Oct 26, 2022
2 parents 0557dd2 + 1e76904 commit 1d43b2e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,9 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: generate-docs
run: |
go run docs/docs.go
- name: Archive Generated Docs
uses: actions/upload-artifact@v3
with:
name: generated-docs
path: docs/
- name: Download Generated Docs
uses: actions/download-artifact@v3
with:
name: generated-docs
- name: Push GH Pages
run: |
go run docs/docs.go
git config --global user.name "apigeecli Publish Action"
git config --global user.email "[email protected]"
git add --all
Expand Down

0 comments on commit 1d43b2e

Please sign in to comment.