From c2e9126dae14f1708fad70b8d6093bcca9c39ea5 Mon Sep 17 00:00:00 2001 From: jaskaransarkaria Date: Thu, 25 Jan 2024 13:47:53 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20stop=20checking=20internal?= =?UTF-8?q?=20hash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dc6440a2..2a4e275d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,13 +10,13 @@ jobs: build: runs-on: ubuntu-latest container: - image: ministryofjustice/tech-docs-github-pages-publisher:v3.0.1 + image: ministryofjustice/tech-docs-github-pages-publisher:v3.0.2 steps: - name: Checkout uses: actions/checkout@v3 - name: Compile Markdown to HTML and create artifact run: | - cd runbooks; /scripts/deploy.sh + cd runbooks; /scripts/deploy.sh false - name: Install rsync run: | apk update && apk add rsync