From 0a249eab4c780e8121a7c3cee943d8545d6a0416 Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 13:26:03 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b06a9b6..c27a50c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,11 +18,5 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 # Fetch all history for git info - - name: "Setting up Node 18.14" - uses: actions/setup-node@v3 - with: - node-version: 18.14 - name: "Building Quartz content" - uses: docker://ghcr.io/jackyzha0/quartz:hugo - with: - args: npx quartz build -d /workspace/Peaceultime/system-aspect -o /workspace/Peaceultime/system-aspect/build \ No newline at end of file + uses: docker://ghcr.io/jackyzha0/quartz:hugo \ No newline at end of file