diff --git a/.github/workflows/generate_api_ref.yml b/.github/workflows/generate_api_ref.yml index 9a75512f1..04faaee29 100644 --- a/.github/workflows/generate_api_ref.yml +++ b/.github/workflows/generate_api_ref.yml @@ -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 \ No newline at end of file