From 636669f9c7c873e451b98846e38f0b9ce273f0da Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Tue, 29 Oct 2024 11:45:27 -0400 Subject: [PATCH] Try --noBuildLock --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 757e5981..e36dd107 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v4 - name: Build the Site uses: docker://ghcr.io/gohugoio/hugo:v0.136.5 - with: { args: build } + with: { args: build --noBuildLock } - name: Generate Publish Script run: ./bin/publish public justatheory.com E1X44SJ45FTNGI 1 > publish.sh - name: Publish the Site