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: on:
push: push:
branches: branches:
- master - main
jobs: jobs:
@@ -44,7 +44,7 @@ jobs:
# Deploy docs # Deploy docs
- name: Deploy docs - name: Deploy docs
run: | run: |
mike deploy master -p mike deploy main -p
mike set-default master -p mike set-default main -p
mike retitle master "latest" -p mike retitle main "latest" -p