Merge pull request #246 from nastena1606/PG-432-Fix-doc-GH-action-1
PG-432 Fixed branch name of a GH actionpull/251/head
commit
f046df0351
|
@ -2,7 +2,7 @@ name: Build pg_stat_monitor docs
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- REL1_0_STABLE
|
- REL_1_STABLE
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -44,7 +44,7 @@ jobs:
|
||||||
# Deploy docs
|
# Deploy docs
|
||||||
- name: Deploy docs
|
- name: Deploy docs
|
||||||
run: |
|
run: |
|
||||||
mike deploy REL1_0_STABLE -p
|
mike deploy REL_1_STABLE -p
|
||||||
mike set-default REL1_0_STABLE -p
|
mike set-default REL_1_STABLE -p
|
||||||
mike retitle REL1_0_STABLE "1.0.x (stable)" -p
|
mike retitle REL_1_STABLE "1.0.x (stable)" -p
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue