From 68ba696de34131c224ef855b650d1ea93e77a443 Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Sat, 23 Sep 2023 12:44:14 +0200 Subject: [PATCH] Voer publicatiescript uit met Bash (nodig als mode niet correct is) --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index c9560ab..6b69de3 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -19,4 +19,4 @@ jobs: - name: Publish Site env: REPOSITORY: "https://${{ secrets.GITHUB_PAT }}@github.com/${{ github.repository }}.git" - run: ./publish.sh \ No newline at end of file + run: bash publish.sh \ No newline at end of file