From cae8cf98a648cbe79a0e525992110a443ce83360 Mon Sep 17 00:00:00 2001 From: Jordan Herzstein Date: Sun, 3 Mar 2024 17:23:20 -0500 Subject: [PATCH] Trying to get this right lol. --- .github/workflows/publish.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a549273..daffaa0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,6 +12,13 @@ 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: