PG-432 Fixed branch name of a GH action
modified: .github/workflows/doc-build.ymlpull/246/head
parent
cc70b571ae
commit
ce9eca0fc6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue