Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion docs/minor-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).