PG-432 Fixed branch name of a GH action

modified:   .github/workflows/doc-build.yml
pull/246/head
Anastasia Alexadrova 2022-05-30 11:44:46 +02:00
parent cc70b571ae
commit ce9eca0fc6
1 changed files with 4 additions and 4 deletions

View File

@ -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