Skip to content

Commit

Permalink
ci: 🎡 stop checking internal hash
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Jan 25, 2024
1 parent 7a843b4 commit c2e9126
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 c2e9126

Please sign in to comment.