We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb0049 commit b5afa75Copy full SHA for b5afa75
.github/onPushToMain.yml
@@ -12,7 +12,7 @@ jobs:
12
13
# most repos won't use this
14
# depends on previous job to avoid git collisions, not for any functionality reason
15
- docs:
16
- uses: salesforcecli/github-workflows/.github/workflows/publishTypedoc.yml@main
17
- secrets: inherit
18
- needs: release
+ # docs:
+ # uses: salesforcecli/github-workflows/.github/workflows/publishTypedoc.yml@main
+ # secrets: inherit
+ # needs: release
0 commit comments