Skip to content

Commit 621c96f

Browse files
authored
Minor fixes to date and selector version (#927)
This PR fixes a date for the pdf and the number when selecting the PG version from the dropdown menu.
1 parent 28a3824 commit 621c96f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Deploy docs
4444
run: |
4545
mike deploy 16 -b publish -p
46-
mike retitle 16 "16.11" -b publish -p
46+
mike retitle 16 "16.13" -b publish -p
4747
4848
# - name: Install Node.js 14.x
4949
# uses: percona-platform/setup-node@v2

docs/templates/pdf_cover_page.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
{% if config.site_description %}
88
<h1>{{ config.site_description }}</h1>
99
{% endif %}
10-
<h2>16.13 (February 28, 2026)</h2>
10+
<h2>16.13 (February 26, 2026)</h2>
1111
<!--<h3>Percona Technical Documentation Team</h3>-->
1212

0 commit comments

Comments
 (0)