Skip to content

Commit

Permalink
Tembo CLI doc update automation workflow (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller609 authored Apr 25, 2024
1 parent 724019d commit c2eaab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/generate-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
git config user.name "coredb-service-user"
git config user.email "[email protected]"
git fetch origin ${{ inputs.website_branch }}
git checkout ${{ inputs.website_branch }}
git checkout ${{ inputs.website_branch }} || git checkout -b ${{ inputs.website_branch }}
cd ..
cp tembo-repo/command-reference.md website-repo/src/content/docs/development/cli/
cd website-repo
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tembo_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- 'tembo-cli/**'
- '.github/workflows/tembo_cli.yml'
branches:
- main

Expand Down

0 comments on commit c2eaab2

Please sign in to comment.