diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b7e237d4..643ef267 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,8 +8,8 @@ jobs: - name: Check out Source uses: actions/checkout@v4 - name: Build the Site - uses: docker://ghcr.io/gohugoio/hugo:v0.135.0 - with: { entrypoint: hugo } + uses: docker://ghcr.io/gohugoio/hugo:v0.136.0 + with: { args: build } - name: Generate Publish Script run: ./bin/publish public justatheory.com E1X44SJ45FTNGI 1 > publish.sh - name: Publish the Site