From 996ed6f6109bdc8ff52fc96a321af6f8bfe610a8 Mon Sep 17 00:00:00 2001 From: Folyd Date: Fri, 28 Jun 2024 00:46:18 -0700 Subject: [PATCH] Fix ci build --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62059fe..f1b555a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,8 +27,7 @@ jobs: - name: Build website run: | curl -sSfL https://github.com/mitsuhiko/minijinja/releases/latest/download/minijinja-cli-installer.sh | sh - make -f web/Makefile - cd web && ./build.sh + cd web && make build - name: Publish to Cloudflare Pages uses: cloudflare/pages-action@v1 with: