Skip to content

Commit

Permalink
fix: enable docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Nov 11, 2022
1 parent 61b2880 commit 15c157a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/onPushToMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

# most repos won't use this
# depends on previous job to avoid git collisions, not for any functionality reason
# docs:
# uses: salesforcecli/github-workflows/.github/workflows/publishTypedoc.yml@main
# secrets: inherit
# needs: release
docs:
uses: salesforcecli/github-workflows/.github/workflows/publishTypedoc.yml@main
secrets: inherit
needs: release

0 comments on commit 15c157a

Please sign in to comment.