Skip to content

Commit

Permalink
docs: fix publish.sh branch whitelisting
Browse files Browse the repository at this point in the history
  • Loading branch information
problame committed Mar 30, 2019
1 parent be50666 commit 082335d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 082335d

Please sign in to comment.