From ed0bcab72187e8c977b4c4c8bfdd24aa4930b92f Mon Sep 17 00:00:00 2001 From: Ashley Harwood Date: Tue, 11 Feb 2025 19:25:32 +1100 Subject: [PATCH 1/3] ci: exclude implementation register --- .github/workflows/docs-to-pdf.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs-to-pdf.yml b/.github/workflows/docs-to-pdf.yml index 74227f8f..ac255c7f 100644 --- a/.github/workflows/docs-to-pdf.yml +++ b/.github/workflows/docs-to-pdf.yml @@ -54,6 +54,7 @@ jobs: --contentSelector="article" \ --paginationSelector="a.pagination-nav__link.pagination-nav__link--next" \ --excludeSelectors=".breadcrumbs,.theme-edit-this-page" \ + --excludePaths="/docs/implementations/" \ --excludeURLs="https://uncefact.github.io/spec-untp/docs/about/Meetings,https://uncefact.github.io/spec-untp/docs/about/FAQ" \ --outputPDFFilename="website/static/un-transparency-protocol.pdf" \ --coverTitle="UN Transparency Protocol" \ From fddabc23b966dd52cfd3987e2e11572cfcd9f4dd Mon Sep 17 00:00:00 2001 From: Ashley Harwood Date: Tue, 11 Feb 2025 19:26:16 +1100 Subject: [PATCH 2/3] chore: test pipeline --- .github/workflows/docs-to-pdf.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs-to-pdf.yml b/.github/workflows/docs-to-pdf.yml index ac255c7f..0723526f 100644 --- a/.github/workflows/docs-to-pdf.yml +++ b/.github/workflows/docs-to-pdf.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - ci/exclude_implementation_register paths-ignore: - "website/static/un-transparency-protocol.pdf" From b5a08d283f2f879ebd378c721478971ad6954919 Mon Sep 17 00:00:00 2001 From: Ashley Harwood Date: Tue, 11 Feb 2025 19:40:22 +1100 Subject: [PATCH 3/3] chore: revert test --- .github/workflows/docs-to-pdf.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docs-to-pdf.yml b/.github/workflows/docs-to-pdf.yml index 0723526f..ac255c7f 100644 --- a/.github/workflows/docs-to-pdf.yml +++ b/.github/workflows/docs-to-pdf.yml @@ -5,7 +5,6 @@ on: push: branches: - main - - ci/exclude_implementation_register paths-ignore: - "website/static/un-transparency-protocol.pdf"