Skip to content

Commit

Permalink
Merge pull request #5230 from ministryofjustice/stop-checking-interal…
Browse files Browse the repository at this point in the history
…-hash

ci: 🎡 stop checking internal hash
  • Loading branch information
jaskaransarkaria authored Jan 25, 2024
2 parents 7a843b4 + c2e9126 commit 79e78f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79e78f9

Please sign in to comment.