PG-341 Updated GH action to uild from main

modified:   .github/workflows/doc-build.yml
pull/179/head
Anastasia Alexadrova 2022-02-02 12:45:58 +02:00
parent 7196d6106f
commit f4b2c66c5d
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