From ab19114793d9707cb4e3975ba845614ac41e124c Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Fri, 31 Oct 2025 17:11:14 +0200 Subject: [PATCH] Add link-checker Testing Lynchee for link checking. --- .github/workflows/main.yml | 8 ++++++++ docs/minor-upgrade.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 674b36b4a..a4d00e16c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,6 +39,14 @@ jobs: pip install wheel if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + # Check for broken links + - name: Lychee Broken Link Checker + uses: lycheeverse/lychee-action@v2.7.0 + with: + args: --verbose --no-progress "./docs" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # Deploy docs - name: Deploy docs run: | diff --git a/docs/minor-upgrade.md b/docs/minor-upgrade.md index 40939c276..014c6f4e2 100644 --- a/docs/minor-upgrade.md +++ b/docs/minor-upgrade.md @@ -87,4 +87,4 @@ Run **all** commands as root or via **sudo**: To resolve this, remove the `percona-postgresql-common-dev` package and reinstall it with the new intended upgraded PPG/PSP server. -If you wish to upgrade Percona Distribution for PostgreSQL to the major version, refer to [Upgrading Percona Distribution for PostgreSQL from 16 to 17](major-upgrade.md). +If you wish to upgrade Percona Distribution for PostgreSQL to the major version, refer to [Upgrading Percona Distribution for PostgreSQL from 16 to 17](major-upgrad.md).