From f7cc2c865f36655c56eae6892afbaf8c4f17d389 Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 13:04:34 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 283d0c6..b06a9b6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,5 +25,4 @@ jobs: - name: "Building Quartz content" uses: docker://ghcr.io/jackyzha0/quartz:hugo with: - entrypoint: npx - args: quartz build -d /workspace/Peaceultime/system-aspect -o /workspace/Peaceultime/system-aspect/build \ No newline at end of file + args: npx quartz build -d /workspace/Peaceultime/system-aspect -o /workspace/Peaceultime/system-aspect/build \ No newline at end of file