Skip to content

Commit 5d22e9e

Browse files
committed
Preserve existing chart directory
1 parent 6c6a3af commit 5d22e9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-latest-minor-gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
tar -xf hugo.tar.gz
4343
export PATH="$PWD:$PATH"
4444
mkdir $GITHUB_WORKSPACE/WORK
45+
46+
cp -R $GITHUB_WORKSPACE/gh-pages/charts $GITHUB_WORKSPACE/WORK
47+
4548
cd $GITHUB_WORKSPACE/branch/documentation
4649
echo "Documentation branch is $GITHUB_REF_NAME..."
4750
echo "Building documentation for latest minor version..."

0 commit comments

Comments
 (0)