diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4dc5dd585abe..f90df8ed681a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -113,8 +113,7 @@ jobs: fetch-depth: 1 - name: Install Graphviz run: | - sudo apt-get update - sudo apt-get install graphviz + sudo apt-get update && sudo apt-get install graphviz - name: Build Documentation uses: ./.github/actions/run-gradle with: @@ -128,7 +127,6 @@ jobs: git config --global user.name "JUnit Team" git config --global user.email "team@junit.org" - name: Upload Documentation - if: github.event_name == 'push' && github.repository == 'junit-team/junit5' && github.ref == 'refs/heads/main' uses: ./.github/actions/run-gradle with: encryptionKey: ${{ secrets.GRADLE_ENCRYPTION_KEY }} diff --git a/documentation/src/docs/asciidoc/release-notes/index.adoc b/documentation/src/docs/asciidoc/release-notes/index.adoc index 48edb09c11f4..c1512c2ba3da 100644 --- a/documentation/src/docs/asciidoc/release-notes/index.adoc +++ b/documentation/src/docs/asciidoc/release-notes/index.adoc @@ -1,5 +1,5 @@ [[release-notes]] -= JUnit Release Notes += JUnit Release Notes!!! Stefan Bechtold; Sam Brannen; Johannes Link; Matthias Merdes; Marc Philipp; Juliette de Rancourt; Christian Stein // :basedir: {includedir}/release-notes