File tree Expand file tree Collapse file tree 5 files changed +6
-67
lines changed Expand file tree Collapse file tree 5 files changed +6
-67
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
steps :
13
13
# Pull the latest changes
14
14
- name : Chekout code
15
- uses : actions /checkout@v3
15
+ uses : percona-platform /checkout@v2
16
16
with :
17
17
fetch-depth : 0
18
18
# Prepare the env
19
19
- name : Set up Python
20
- uses : actions /setup-python@v3
20
+ uses : percona-platform /setup-python@v2
21
21
with :
22
22
python-version : ' 3.x'
23
23
48
48
- name : Deploy docs
49
49
run : |
50
50
mike deploy 11 -b publish -p
51
- mike retitle 11 "11.22 " -b publish -p
51
+ mike retitle 11 "11.21 " -b publish -p
52
52
53
53
# - name: Install Node.js 14.x
54
54
# uses: percona-platform/setup-node@v2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Percona Distribution for PostgreSQL release notes
2
2
3
- * [ Percona Distribution for PostgreSQL 11.22] ( release-notes-v11.22.md ) (2023-12-13)
4
-
5
3
* [ Percona Distribution for PostgreSQL 11.21] ( release-notes-v11.21.md ) (2023-08-31)
6
4
7
5
* [ Percona Distribution for PostgreSQL 11.20] ( release-notes-v11.20.md ) (2023-06-30)
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ plugins:
105
105
with-pdf : # https://github.com/orzih/mkdocs-with-pdf
106
106
output_path : ' _pdf/PerconaDistributionPostgreSQL-11.pdf'
107
107
cover_title : ' Distribution for PostgreSQL Documentation'
108
- cover_subtitle : 11.22 (December 13 , 2023)
108
+ cover_subtitle : 11.21 (August 31 , 2023)
109
109
author : ' Percona Technical Documentation Team'
110
110
cover_logo : docs/_images/Percona_Logo_Color.png
111
111
debug_html : false
136
136
- Home : index.md
137
137
- Release notes :
138
138
- " Release notes index " : " release-notes.md"
139
- - release-notes-v11.22.md
140
139
- release-notes-v11.21.md
141
140
- release-notes-v11.20.md
142
141
- release-notes-v11.19.upd.md
Original file line number Diff line number Diff line change 1
1
# PG Variables set for HTML output
2
2
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path
3
3
4
- release : ' release-notes-v11.22 '
5
- pgversion : ' 11'
4
+ release : ' release-notes-v11.21 '
5
+ version : ' 11.21 '
You can’t perform that action at this time.
0 commit comments