From 707918ed4544be512c2e63687119381e75b98d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= Date: Mon, 11 Dec 2023 15:26:48 +0100 Subject: [PATCH] try to guess path --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index ac0f3f2..dccf6c4 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -35,7 +35,7 @@ jobs: name: Build the pages with: image: deside-deliverables - run: /opt/documents/bin/generate-docs.sh + run: ./bin/generate-docs.sh - uses: actions/upload-artifact@v3 with: name: output