Skip to content

Commit

Permalink
Preserve existing chart directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Jun 28, 2023
1 parent 6c6a3af commit 5d22e9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-latest-minor-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
tar -xf hugo.tar.gz
export PATH="$PWD:$PATH"
mkdir $GITHUB_WORKSPACE/WORK
cp -R $GITHUB_WORKSPACE/gh-pages/charts $GITHUB_WORKSPACE/WORK
cd $GITHUB_WORKSPACE/branch/documentation
echo "Documentation branch is $GITHUB_REF_NAME..."
echo "Building documentation for latest minor version..."
Expand Down

0 comments on commit 5d22e9e

Please sign in to comment.