From b59aeb0c9685b898ed3caf8da06b308a948f186c Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 13:07:53 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 26f68ef..df8feac 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,4 +23,7 @@ jobs: with: node-version: 18.14 - name: "Building Quartz content" - uses: docker://ghcr.io/jackyzha0/quartz:hugo \ No newline at end of file + uses: docker://ghcr.io/jackyzha0/quartz:hugo + with: + entrypoint: bash + args: npx quartz build -d /workspace/Peaceultime/system-aspect -o /workspace/Peaceultime/system-aspect/build \ No newline at end of file