We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bfe8c commit f009338Copy full SHA for f009338
.github/workflows/update-cli-docs.yml
@@ -59,7 +59,7 @@ jobs:
59
go-version: '1.22'
60
61
- name: Generate CLI docs
62
- working-directory: cli/temporalcli/internal/cmd/gen-docs
+ working-directory: cli/internal/cmd/gen-docs
63
run: |
64
go run .
65
@@ -72,10 +72,10 @@ jobs:
72
73
git config user.name "${{ github.event.inputs.commit_author }}"
74
git config user.email "${{ github.event.inputs.commit_author_email }}"
75
-
+
76
branch_name="update-cli-docs-${{ github.event.inputs.cli_release_tag }}"
77
git checkout -b $branch_name
78
- cp ../cli/temporalcli/docs/*.mdx docs/cli/
+ cp ../cli/dist/docs/*.mdx docs/cli/
79
git add .
80
git commit -m "${{ github.event.inputs.commit_message }}"
81
git push origin "$branch_name"
0 commit comments