Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -128,7 +127,6 @@ jobs:
git config --global user.name "JUnit Team"
git config --global user.email "[email protected]"
- 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 }}
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/docs/asciidoc/release-notes/index.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading