Use proper branch when building docs

This commit is contained in:
kraptor 2021-01-13 18:30:23 +01:00
parent e9d0771aa7
commit 09cffe83bf
1 changed files with 1 additions and 1 deletions

2
.github/mkdocs.yml vendored
View File

@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages
on:
push:
branches:
- main
- master
jobs:
build: