Merge pull request #179 from nastena1606/PG-341-Update-doc-GH-action

PG-341: Updated GH action to build from main
pull/180/head
Ibrar Ahmed 2022-02-03 19:07:54 +05:00 committed by GitHub
commit dde2f9d521
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:
push:
branches:
- master
- main
jobs:
@ -44,7 +44,7 @@ jobs:
# Deploy docs
- name: Deploy docs
run: |
mike deploy master -p
mike set-default master -p
mike retitle master "latest" -p
mike deploy main -p
mike set-default main -p
mike retitle main "latest" -p