Skip to content

Commit dae2cb2

Browse files
committed
PI-2373: Update URLs and fix target
1 parent 3d9c985 commit dae2cb2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/publish-docs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
7878
with:
7979
folder: tech-docs-build
80-
target-folder: tech-docs
8180
- name: Deploy branch
8281
if: github.ref_name != 'main'
8382
uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4

tech-docs/config/tech-docs.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See the available options: https://tdt-documentation.london.cloudapps.digital/configure_project/global_configuration/#configure-your-documentation-site
22

33
# Host to use for canonical URL generation (without trailing slash)
4-
host: https://ministryofjustice.github.io/hmpps-integration-api-docs
4+
host: https://ministryofjustice.github.io/hmpps-integration-api
55

66
# Header-related options
77
show_govuk_logo: false
@@ -10,7 +10,6 @@ service_link: /
1010

1111
# Links to show on right-hand-side of header
1212
header_links:
13-
Docs GitHub: https://github.com/ministryofjustice/hmpps-integration-api-docs
1413
Integration API GitHub: https://github.com/ministryofjustice/hmpps-integration-api
1514
Integration Events Github: https://github.com/ministryofjustice/hmpps-integration-events
1615

@@ -34,7 +33,7 @@ max_toc_heading_level: 2
3433
prevent_indexing: true
3534

3635
show_contribution_banner: true
37-
github_repo: ministryofjustice/hmpps-integration-api-docs
36+
github_repo: ministryofjustice/hmpps-integration-api
3837
github_branch: main
3938

4039
api_path: https://ministryofjustice.github.io/hmpps-integration-api/openapi/api-docs.json

0 commit comments

Comments
 (0)