Skip to content

Commit c789cc7

Browse files
committed
Release snapshot docs after CI build
1 parent 8adef06 commit c789cc7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ jobs:
170170
export NO_DAEMON=false
171171
sh ./hack/maven-gpg.sh
172172
make mvn-deploy GPG_PASSPHRASE=${GPG_PASSPHRASE}
173-
make push-snapshot-docs
173+
make push-snapshot-docs || true

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2259,7 +2259,8 @@ push-snapshot-docs: $(BUILD_TARGETS)/generate $(BUILD_TARGETS)/manifests docs
22592259
git pull
22602260
rm -rf docs/snapshot
22612261
mv /tmp/coherence-operator/_output/docs/ docs/snapshot/
2262-
git add -A docs/*
2262+
ls -al docs/
2263+
git add -A docs/snapshot/*
22632264
git status
22642265
git clean -d -f
22652266
git status

0 commit comments

Comments
 (0)