Turn off docs publishing from v3 series

main
Dan Buch 2 years ago
parent 0a88df4e46
commit 67b3de0285
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -93,7 +93,10 @@ jobs:
git diff --cached --exit-code
publish:
if: startswith(github.ref, 'refs/tags/')
# TODO: switch once v3 is released {{
# if: startswith(github.ref, 'refs/tags/')
if: 'false'
# }}
name: publish
needs: [test-docs]
runs-on: ubuntu-latest

Loading…
Cancel
Save