From 7c94eed2e98ee35ee61c5f702592e6e27c5b97b5 Mon Sep 17 00:00:00 2001 From: jaskaransarkaria Date: Wed, 24 Jan 2024 14:23:07 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20bump=20publisher=20to=20pa?= =?UTF-8?q?tch=20CVE-2024-22048?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 4 ++-- runbooks/makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 65723034..dc6440a2 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:v2 + image: ministryofjustice/tech-docs-github-pages-publisher:v3.0.1 steps: - name: Checkout uses: actions/checkout@v3 - name: Compile Markdown to HTML and create artifact run: | - cd runbooks; /scripts/compile-and-create-artifact.sh + cd runbooks; /scripts/deploy.sh - name: Install rsync run: | apk update && apk add rsync diff --git a/runbooks/makefile b/runbooks/makefile index 5ea2732f..ce4a9577 100644 --- a/runbooks/makefile +++ b/runbooks/makefile @@ -17,4 +17,4 @@ build: -v $$(pwd)/docs:/app/docs \ -p 4567:4567 \ $(IMAGE) \ - /scripts/compile-and-create-artifact.sh + /scripts/deploy.sh