Skip to content

Commit dc12c02

Browse files
committed
Release snapshot docs after CI build
1 parent f5fd260 commit dc12c02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2250,7 +2250,8 @@ endif
22502250
push-snapshot-docs: $(BUILD_TARGETS)/generate $(BUILD_TARGETS)/manifests docs
22512251
rm -rf /tmp/coherence-operator || true
22522252
mkdir -p /tmp/coherence-operator || true
2253-
cp -R $(BUILD_OUTPUT) /tmp/coherence-operator
2253+
cp -R $(BUILD_OUTPUT)/ /tmp/coherence-operator
2254+
ls -al /tmp/coherence-operator
22542255
git stash save --keep-index --include-untracked || true
22552256
git stash drop || true
22562257
git checkout --track origin/gh-pages

0 commit comments

Comments
 (0)