Skip to content

Commit 45b5c32

Browse files
committed
chore: revert testing changes
1 parent 51493af commit 45b5c32

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
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

docusaurus.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)