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 8adef06 commit c789cc7Copy full SHA for c789cc7
.github/workflows/build.yaml
@@ -170,4 +170,4 @@ jobs:
170
export NO_DAEMON=false
171
sh ./hack/maven-gpg.sh
172
make mvn-deploy GPG_PASSPHRASE=${GPG_PASSPHRASE}
173
- make push-snapshot-docs
+ make push-snapshot-docs || true
Makefile
@@ -2259,7 +2259,8 @@ push-snapshot-docs: $(BUILD_TARGETS)/generate $(BUILD_TARGETS)/manifests docs
2259
git pull
2260
rm -rf docs/snapshot
2261
mv /tmp/coherence-operator/_output/docs/ docs/snapshot/
2262
- git add -A docs/*
+ ls -al docs/
2263
+ git add -A docs/snapshot/*
2264
git status
2265
git clean -d -f
2266
0 commit comments