Skip to content

Commit

Permalink
one directory off
Browse files Browse the repository at this point in the history
  • Loading branch information
yuandrew committed Dec 6, 2024
1 parent faa330a commit 4b6d191
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v2
with:
path: cli
submodules: recursive

- name: Checkout tools repo
uses: actions/checkout@v4
Expand All @@ -35,17 +36,18 @@ jobs:
pwd
echo "$pwd"
ls
ls temporalcli
ls temporalcli/internal
ls temporalcli/internal/cmd
ls temporalcli/internal/cmd/gen-docs
ls cli/temporalcli
ls cli/temporalcli/internal
ls cli/temporalcli/internal/cmd
ls cli/temporalcli/internal/cmd/gen-docs
cd cli
cd temporalcli
cd internal
cd cmd
cd gen-docs
go run .
go run ./cli/temporalcli/internal/cmd/gen-docs
- name: Copy files over and generate PR
run: |
Expand Down

0 comments on commit 4b6d191

Please sign in to comment.