Merge pull request #1511 from urfave/v3-docs-off
Turn off docs publishing from v3 series
This commit is contained in:
commit
a529996bf6
5
.github/workflows/cli.yml
vendored
5
.github/workflows/cli.yml
vendored
@ -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…
Reference in New Issue
Block a user