mirror of
https://github.com/zrepl/zrepl.git
synced 2025-04-14 06:28:23 +02:00
docs: fix publish.sh branch whitelisting
This commit is contained in:
parent
be506661a5
commit
082335df5d
@ -54,7 +54,7 @@ echo "building site"
|
||||
set -e
|
||||
sphinx-versioning build \
|
||||
--show-banner \
|
||||
--whitelist-branches 'master' \
|
||||
--whitelist-branches '^master$' \
|
||||
--whitelist-tags '(v)?\d+\.\d+\.\d+$' \
|
||||
--whitelist-tags '(v)?0.1.0-rc(3|4)$' \
|
||||
docs ./public_git \
|
||||
|
Loading…
Reference in New Issue
Block a user