diff --git a/.github/workflows/deploy_site.yaml b/.github/workflows/deploy_site.yaml index 52a3fbe..1e4a5fb 100644 --- a/.github/workflows/deploy_site.yaml +++ b/.github/workflows/deploy_site.yaml @@ -15,7 +15,7 @@ jobs: name: Build site runs-on: ubuntu-latest container: - image: docker://hugomods/hugo:ci-non-root + image: docker://hugomods/hugo:ci steps: - name: Checkout