File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 43
43
INTERCOM_APP_ID : ${{ secrets.INTERCOM_APP_ID }}
44
44
SEGMENT_TOKEN : ${{ secrets.SEGMENT_TOKEN }}
45
45
46
- - run : yarn start:dev
47
-
48
46
lint_content :
49
47
name : Lint markdown content
50
48
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -235,13 +235,13 @@ module.exports = {
235
235
} ,
236
236
} ,
237
237
] ,
238
- // [
239
- // resolve(__dirname, 'src/plugins/docusaurus-plugin-segment'),
240
- // {
241
- // writeKey: process.env.SEGMENT_TOKEN,
242
- // allowedInDev: false,
243
- // },
244
- // ],
238
+ [
239
+ resolve ( __dirname , 'src/plugins/docusaurus-plugin-segment' ) ,
240
+ {
241
+ writeKey : process . env . SEGMENT_TOKEN ,
242
+ allowedInDev : false ,
243
+ } ,
244
+ ] ,
245
245
( ) => ( {
246
246
name : 'webpack-loader-fix' ,
247
247
configureWebpack ( ) {
You can’t perform that action at this time.
0 commit comments