Skip to content

Commit 50665c2

Browse files
committed
chore: revert testing changes
1 parent 51493af commit 50665c2

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: 22
25+
always-auth: 'true'
2526

2627
- name: Enable corepack
2728
run: |

.github/workflows/publish-theme.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: 22
24+
always-auth: 'true'
2425

2526
- name: Enable corepack
2627
run: |

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: 22
20+
always-auth: 'true'
2021

2122
- name: Enable corepack
2223
run: |
@@ -43,8 +44,6 @@ jobs:
4344
INTERCOM_APP_ID: ${{ secrets.INTERCOM_APP_ID }}
4445
SEGMENT_TOKEN: ${{ secrets.SEGMENT_TOKEN }}
4546

46-
- run: yarn start:dev
47-
4847
lint_content:
4948
name: Lint markdown content
5049
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)