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" \