Skip to content

Commit

Permalink
Move hab cli page
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd committed Mar 30, 2023
1 parent c2a5155 commit 2a10574
Show file tree
Hide file tree
Showing 3 changed files with 3,782 additions and 3,773 deletions.
1 change: 1 addition & 0 deletions .expeditor/update_hugo_modules_project_promoted.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ hugo mod clean
if [[ "${EXPEDITOR_PROJECT}" == *"habitat"* ]]; then
curl --silent --output generated-documentation.tar.gz https://packages.chef.io/files/${EXPEDITOR_TARGET_CHANNEL}/habitat/latest/generated-documentation.tar.gz
tar xvzf generated-documentation.tar.gz --strip-components 1 -C content/habitat
mv content/habitat/habitat_cli.md content/habitat/cli.md
rm generated-documentation.tar.gz
fi

Expand Down
Loading

0 comments on commit 2a10574

Please sign in to comment.