From 40397ab724f22960e619ebf63724515e0022c251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Angelos=20Mantzaflaris=20=28=CE=86=CE=B3=CE=B3=CE=B5=CE=BB?= =?UTF-8?q?=CE=BF=CF=82=20=CE=9C=CE=B1=CE=BD=CF=84=CE=B6=CE=B1=CF=86=CE=BB?= =?UTF-8?q?=CE=AC=CF=81=CE=B7=CF=82=29?= Date: Sat, 14 Dec 2024 12:54:39 +0100 Subject: [PATCH] doc --- .github/workflows/documentation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index bda5f68..1ae4562 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -36,9 +36,11 @@ jobs: name: Documentation commit: main tag: doc - body: "This release generates the Julia documentation." + body: "This release generates the Julia documentation. Source code tarball should be ignored" artifacts: doc.zip allowUpdates: true + omitNameDuringUpdate: true + omitBodyDuringUpdate: true artifactErrorsFailBuild: true draft: false prerelease: false