Merge pull request #1511 from urfave/v3-docs-off

Turn off docs publishing from v3 series
This commit is contained in:
2022-10-02 20:08:54 -04:00
committed by GitHub

View File

@@ -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