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 6c6a3af commit 5d22e9eCopy full SHA for 5d22e9e
.github/workflows/publish-latest-minor-gh-pages.yml
@@ -42,6 +42,9 @@ jobs:
42
tar -xf hugo.tar.gz
43
export PATH="$PWD:$PATH"
44
mkdir $GITHUB_WORKSPACE/WORK
45
+
46
+ cp -R $GITHUB_WORKSPACE/gh-pages/charts $GITHUB_WORKSPACE/WORK
47
48
cd $GITHUB_WORKSPACE/branch/documentation
49
echo "Documentation branch is $GITHUB_REF_NAME..."
50
echo "Building documentation for latest minor version..."
0 commit comments