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