Skip to content

Commit

Permalink
Merge pull request #210 from quarkiverse/fix_release_docs
Browse files Browse the repository at this point in the history
Commit all doc include changes
  • Loading branch information
ChMThiel authored Sep 2, 2024
2 parents e103b74 + b7cc31d commit 5bf7b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Update latest release version in docs
run: |
mvn -B -ntp -pl docs -am generate-resources -Denforcer.skip -Dformatter.skip -Dimpsort.skip
if ! git diff --quiet docs/modules/ROOT/pages/includes/attributes.adoc; then
git add docs/modules/ROOT/pages/includes/attributes.adoc
if ! git diff --quiet docs/modules/ROOT/pages/includes; then
git add docs/modules/ROOT/pages/includes
git commit -m "Update the latest release version ${{steps.metadata.outputs.current-version}} in documentation"
fi
Expand Down

0 comments on commit 5bf7b2f

Please sign in to comment.