From 4908bfae28fcd8deb2fec6e694c434eefc9710cd Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 17 Sep 2024 07:21:28 +0200 Subject: ci: Fix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f8652d..a01af44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: ruby/setup-ruby@v1 - name: "Build site" - run: ./script/build.sh + run: bash -c scripts/build.sh - name: "Create tarball" run: tar czvf site.tar.gz build -- cgit v1.2.3