Skip to content

Commit 4fc45b9

Browse files
committed
Preserve existing charts
1 parent 5ce5b00 commit 4fc45b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
export PATH="$PWD:$PATH"
4949
mkdir $GITHUB_WORKSPACE/WORK
5050
51+
cp -R $GITHUB_WORKSPACE/gh-pages/charts $GITHUB_WORKSPACE/WORK
52+
5153
cd $GITHUB_WORKSPACE/branch-4.0/documentation
5254
echo "Building documentation for latest minor version..."
5355
hugo -s site -d "$GITHUB_WORKSPACE/WORK" -b https://oracle.github.io/weblogic-kubernetes-operator

0 commit comments

Comments
 (0)