Skip to content

Commit

Permalink
wrv
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajerin committed Apr 24, 2024
1 parent 2995019 commit 583636f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/actions/generate-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ runs:
cd tembo-repo/tembo-cli
pwd
ls -lah
cargo run -- --markdown-help > ../command-reference.md
cargo run -- --markdown-help > command-reference.md
ls -lah
cd ..
ls -lah
cd ..
ls -lah
cd tembo-repo/tembo-cli
shell: bash

- name: Check out the website repo
Expand All @@ -61,7 +67,7 @@ runs:
- name: Copy documentation to website repository
run: |
cd website-repo/src/content/docs/development/cli/
cp tembo-repo/command-reference.md website-repo/src/content/docs/development/cli/
cp tembo-repo/tembo-cli/command-reference.md website-repo/src/content/docs/development/cli/
shell: bash

- name: Commit and push documentation to website repository
Expand Down

0 comments on commit 583636f

Please sign in to comment.