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

PG-341: Updated GH action to build from main
This commit is contained in:
Ibrar Ahmed
2022-02-03 19:07:54 +05:00
committed by GitHub

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