Skip to content

Commit

Permalink
Merge pull request #1511 from urfave/v3-docs-off
Browse files Browse the repository at this point in the history
Turn off docs publishing from v3 series
  • Loading branch information
meatballhat authored Oct 3, 2022
2 parents 0a88df4 + 67b3de0 commit a529996
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a529996

Please sign in to comment.