From 7c407e4787105e330347c38e8b0775d6f34c4994 Mon Sep 17 00:00:00 2001 From: SchlenkR Date: Thu, 26 Sep 2024 10:26:13 +0200 Subject: [PATCH] GH A --- .github/workflows/build-and-publish-docs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-publish-docs.yml b/.github/workflows/build-and-publish-docs.yml index c9ceb12d..d6b3ac46 100644 --- a/.github/workflows/build-and-publish-docs.yml +++ b/.github/workflows/build-and-publish-docs.yml @@ -24,9 +24,8 @@ jobs: - name: Build solution run: dotnet build -c Release - - name: Build docu - run: ./docu.sh - shell: bash + - name: Make docu.sh executable + run: chmod +x ./docu.sh - name: Upload docs artifact to GH pages uses: actions/upload-pages-artifact@v3