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