We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fcb61 commit bd6fb25Copy full SHA for bd6fb25
1 file changed
.github/workflows/javadoc.yaml
@@ -59,7 +59,6 @@ jobs:
59
- name: "Generate aggregated Javadoc"
60
run: |
61
mvn clean javadoc:aggregate -Drelease -Djava.failOnWarning=false --projects "${PROJECTS}" --quiet
62
- ls -lA target
63
64
- name: "Checkout Docs Repository"
65
uses: actions/checkout@v4
@@ -80,8 +79,6 @@ jobs:
80
79
81
cd ./.cloud-sdk-docs
82
git add -A .
83
-
84
- exit 1
85
86
CHANGED_FILES="$(git status -s)"
87
if [[ -z "$CHANGED_FILES" ]]; then
0 commit comments