Skip to content

Commit f009338

Browse files
committed
Update CLI docs workflow
1 parent f1bfe8c commit f009338

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-cli-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
go-version: '1.22'
6060

6161
- name: Generate CLI docs
62-
working-directory: cli/temporalcli/internal/cmd/gen-docs
62+
working-directory: cli/internal/cmd/gen-docs
6363
run: |
6464
go run .
6565

@@ -72,10 +72,10 @@ jobs:
7272

7373
git config user.name "${{ github.event.inputs.commit_author }}"
7474
git config user.email "${{ github.event.inputs.commit_author_email }}"
75-
75+
7676
branch_name="update-cli-docs-${{ github.event.inputs.cli_release_tag }}"
7777
git checkout -b $branch_name
78-
cp ../cli/temporalcli/docs/*.mdx docs/cli/
78+
cp ../cli/dist/docs/*.mdx docs/cli/
7979
git add .
8080
git commit -m "${{ github.event.inputs.commit_message }}"
8181
git push origin "$branch_name"

0 commit comments

Comments
 (0)