mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
PG-364 Aligned docs structure with main
Changed the GH action to buid a separate doc version, 1.0.x stable, from REL1_0_0 branch
This commit is contained in:
7
.github/workflows/doc-build.yml
vendored
7
.github/workflows/doc-build.yml
vendored
@@ -2,7 +2,7 @@ name: Build pg_stat_monitor docs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- REL1_0_STABLE
|
||||
|
||||
|
||||
jobs:
|
||||
@@ -44,7 +44,6 @@ jobs:
|
||||
# Deploy docs
|
||||
- name: Deploy docs
|
||||
run: |
|
||||
mike deploy main -p
|
||||
mike set-default main -p
|
||||
mike retitle main "latest" -p
|
||||
mike deploy REL1_0_STABLE -p
|
||||
mike retitle REL1_0_STABLE "1.0.x (stable)" -p
|
||||
|
||||
|
||||
Reference in New Issue
Block a user