Skip to content

Commit b7873a4

Browse files
Update ci.yml
1 parent 9fa3846 commit b7873a4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,14 @@ jobs:
6969
- name: Build components
7070
run: pnpm turbo --filter=@fern-docs/components compile
7171

72-
- name: Run Chromatic
73-
uses: chromaui/action@latest
74-
# Chromatic CI config: https://www.chromatic.com/docs/github-actions/
75-
with:
76-
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
77-
workingDir: packages/fern-docs/components
78-
onlyChanged: true
72+
# Not believed to be in use currently
73+
# - name: Run Chromatic
74+
# uses: chromaui/action@latest
75+
# # Chromatic CI config: https://www.chromatic.com/docs/github-actions/
76+
# with:
77+
# projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
78+
# workingDir: packages/fern-docs/components
79+
# onlyChanged: true
7980

8081
fern-generate:
8182
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)