From ff240424a001568af9cbd46430f14e46ae7530f9 Mon Sep 17 00:00:00 2001
From: Philip Offtermatt
Date: Tue, 23 Jul 2024 18:31:09 +0200
Subject: [PATCH] Adjust testing docs workflow
---
.github/workflows/testing-docs.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/testing-docs.yml b/.github/workflows/testing-docs.yml
index 3b50c76d43..1959d658bf 100644
--- a/.github/workflows/testing-docs.yml
+++ b/.github/workflows/testing-docs.yml
@@ -47,6 +47,4 @@ jobs:
if ! diff -q generated_file.md committed_file.md; then
echo "Documentation for integration tests is out of date. Please run `make testing-docs`!"
exit 1
- else
- echo "Documentation is up to date."
fi
\ No newline at end of file