Skip to content

Commit

Permalink
add some logging to workflow for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Nov 26, 2024
1 parent 1ee21d8 commit 08bf46f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate_api_ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
tree apps/web/src/app/\(docs\)/docs/api-reference
git status
git add apps/web/src/app/\(docs\)/docs/api-reference
git commit -m "[skip ci] Release new SDK API reference doc versions" || exit 0
git push

0 comments on commit 08bf46f

Please sign in to comment.