Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
flovntp committed Feb 8, 2024
1 parent 39d8782 commit 0fd5ec4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate-cli-commands-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
git switch -C ${{ env.BRANCH_TITLE }}
# Adding CLI Commands specific page
currentTitle=$(platform environment:info -e ${{ github.event.pull_request.head.ref }} title)
echo ${{ currentTitle }}
platform list --format=md > platform-commands.html
git add platform-commands.html
git commit -m "generating Platform CLI command doc page"
Expand Down

0 comments on commit 0fd5ec4

Please sign in to comment.