Skip to content

Commit

Permalink
ci: no docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Oct 27, 2023
1 parent 05f5752 commit b9461e5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,3 @@ jobs:
# However, if this is a manual release (workflow_dispatch), then we want to disable skip-on-empty
# This helps recover from forgetting to add semantic commits ('fix:', 'feat:', etc.)
skip-on-empty: ${{ github.event_name == 'push' }}
docs:
# # Most repos won't use this
# # Depends on the 'release' job to avoid git collisions, not for any functionality reason
needs: release
secrets: inherit
if: ${{ github.ref_name == 'main' }}
uses: salesforcecli/github-workflows/.github/workflows/publishTypedoc.yml@main

0 comments on commit b9461e5

Please sign in to comment.