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