Skip to content

Commit

Permalink
updated version of tech docs publisher and updated reference to run c…
Browse files Browse the repository at this point in the history
…ommand
  • Loading branch information
dms1981 committed Oct 28, 2024
1 parent ca8337d commit b134b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,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:v4.0.0
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Compile Markdown to HTML and create artifact
run: |
/scripts/deploy.sh
/usr/local/bin/package
- name: Upload artifact to be published
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v3.1.0
with:
Expand Down

0 comments on commit b134b51

Please sign in to comment.