Skip to content

Commit

Permalink
Merge pull request #2015 from urfave/update_docs_v2
Browse files Browse the repository at this point in the history
Docs: Update cli.yml
  • Loading branch information
dearchap authored Nov 27, 2024
2 parents 50bdebf + 1e15e30 commit 3b17080
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
publish:
permissions:
contents: write
if: startswith(github.ref, 'refs/tags/')
# let v3 handle docs
# if: startswith(github.ref, 'refs/tags/')
if: false
name: publish
needs: [test-docs]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3b17080

Please sign in to comment.