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