From d5e7674a53d42443cea45ed98073bf2393db194b Mon Sep 17 00:00:00 2001 From: Jordan Herzstein Date: Sun, 3 Mar 2024 17:40:37 -0500 Subject: [PATCH] Hopefully workflow is fixed this time. --- .github/workflows/publish.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index daffaa0..a549273 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,13 +12,6 @@ jobs: - name: Check out uses: actions/checkout@v1 - - name: Install Hugo - run: sudo apt install hugo - - - name: Build the site - run: hugo mod init jordanherzstein.xyz - run: hugo --config hugo.toml - - name: Publish generated content to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.1.4 with: