We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce5b00 commit 4fc45b9Copy full SHA for 4fc45b9
.github/workflows/publish-gh-pages.yml
@@ -48,6 +48,8 @@ jobs:
48
export PATH="$PWD:$PATH"
49
mkdir $GITHUB_WORKSPACE/WORK
50
51
+ cp -R $GITHUB_WORKSPACE/gh-pages/charts $GITHUB_WORKSPACE/WORK
52
+
53
cd $GITHUB_WORKSPACE/branch-4.0/documentation
54
echo "Building documentation for latest minor version..."
55
hugo -s site -d "$GITHUB_WORKSPACE/WORK" -b https://oracle.github.io/weblogic-kubernetes-operator
0 commit comments