File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,14 @@ jobs:
69
69
- name : Build components
70
70
run : pnpm turbo --filter=@fern-docs/components compile
71
71
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
79
80
80
81
fern-generate :
81
82
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments