mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
PG-432 Fixed branch name of a GH action
modified: .github/workflows/doc-build.yml
This commit is contained in:
8
.github/workflows/doc-build.yml
vendored
8
.github/workflows/doc-build.yml
vendored
@@ -2,7 +2,7 @@ name: Build pg_stat_monitor docs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- REL1_0_STABLE
|
||||
- REL_1_STABLE
|
||||
|
||||
|
||||
jobs:
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
# Deploy docs
|
||||
- name: Deploy docs
|
||||
run: |
|
||||
mike deploy REL1_0_STABLE -p
|
||||
mike set-default REL1_0_STABLE -p
|
||||
mike retitle REL1_0_STABLE "1.0.x (stable)" -p
|
||||
mike deploy REL_1_STABLE -p
|
||||
mike set-default REL_1_STABLE -p
|
||||
mike retitle REL_1_STABLE "1.0.x (stable)" -p
|
||||
|
||||
|
||||
Reference in New Issue
Block a user