Merge pull request #246 from nastena1606/PG-432-Fix-doc-GH-action-1

PG-432 Fixed branch name of a  GH action
pull/251/head
Kai Wagner 2022-06-01 10:55:08 +02:00 committed by GitHub
commit f046df0351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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