Skip to content

Commit

Permalink
updating tech-docs monitor to version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juddin927 committed Jan 24, 2024
1 parent 1b79c54 commit 50ede49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
check_links:
runs-on: ubuntu-latest
container:
image: ministryofjustice/tech-docs-github-pages-publisher:1.4
image: ministryofjustice/tech-docs-github-pages-publisher:v3.0.1
steps:
- uses: actions/checkout@v4
- name: htmlproofer
run: /publishing-scripts/publish.sh no-repository-changes
run: /scripts/deploy.sh no-repository-changes
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
run:
runs-on: ubuntu-latest
container:
image: ministryofjustice/tech-docs-github-pages-publisher:1.4
image: ministryofjustice/tech-docs-github-pages-publisher:v3.0.1
steps:
- uses: actions/checkout@v4
- name: Publish
run: /publishing-scripts/publish.sh
run: /scripts/deploy.sh
5 changes: 2 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DEFAULT_GOAL := help
IMAGE := ministryofjustice/tech-docs-github-pages-publisher:1.4
IMAGE := ministryofjustice/tech-docs-github-pages-publisher:v3.0.1

.PHONY: preview report

Expand All @@ -8,8 +8,7 @@ preview: ## Run a local instance of the documentation site, while editing
-v $$(pwd)/config:/app/config \
-v $$(pwd)/source:/app/source \
-p 4567:4567 \
-it $(IMAGE) /publishing-scripts/preview.sh

-it $(IMAGE) /scripts/preview.sh

report: ## Review which pages have expired
./report-for-daniel-the-manual-spaniel.sh
Expand Down

0 comments on commit 50ede49

Please sign in to comment.