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 4343 INTERCOM_APP_ID : ${{ secrets.INTERCOM_APP_ID }}
4444 SEGMENT_TOKEN : ${{ secrets.SEGMENT_TOKEN }}
4545
46- - run : yarn start:dev
47-
4846 lint_content :
4947 name : Lint markdown content
5048 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -235,13 +235,13 @@ module.exports = {
235235 } ,
236236 } ,
237237 ] ,
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+ ] ,
245245 ( ) => ( {
246246 name : 'webpack-loader-fix' ,
247247 configureWebpack ( ) {
You can’t perform that action at this time.
0 commit comments