From 1048d82fa42aceff5b49009eb019919709c7bcc6 Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Sat, 7 Sep 2024 00:02:13 -0400 Subject: [PATCH] Cleanup --- .github/workflows/gh-pages.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9272d79df..e49df90f2 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -74,10 +74,6 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' || needs.check.outputs.cacheHit != 'true' steps: - - uses: actions/setup-go@v5 - with: - go-version: '1.18.1' - - uses: actions/checkout@v4 - name: Cache Zotero Bibliography @@ -124,7 +120,7 @@ jobs: - run: npm install --verbose - name: Build - run: hugo -e $hugoEnvironment -d ~/temp/deploy + run: hugo -e $hugoEnvironment # - name: Deploy