From 02f4bc50692acb1fa3e6f488c2ce2cb147c4e527 Mon Sep 17 00:00:00 2001 From: the1mason Date: Wed, 7 Feb 2024 14:41:06 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f0149d..50c2444 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Build and Publish Artifact + name: Build and Publish Artifact on: push: @@ -11,10 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 - - - name: Setup go - uses: actions/setup-go@v5 + uses: actions/checkout@v2 - name: Setup Hugo uses: peaceiris/actions-hugo@v2