Skip to content

Commit 38ff9d5

Browse files
committed
Comment out docs build until it's needed
1 parent c08c577 commit 38ff9d5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
secrets:
2626
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2727

28-
docs:
29-
needs: check
30-
if: needs.check.outputs.branch-pr == ''
31-
uses: ./.github/workflows/_docs.yml
32-
permissions:
33-
contents: write
28+
# docs:
29+
# needs: check
30+
# if: needs.check.outputs.branch-pr == ''
31+
# uses: ./.github/workflows/_docs.yml
32+
# permissions:
33+
# contents: write
3434

3535
container:
3636
needs: check

0 commit comments

Comments
 (0)