Skip to content

Commit e8c70ca

Browse files
authored
Merge branch 'main' into app_central_update_org
2 parents e622828 + 0b3b122 commit e8c70ca

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

.clabot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@
191191
"naveenrama",
192192
"fguimond",
193193
"rmeyer-legato",
194-
"jagan2221"
194+
"jagan2221",
195+
"pankaj101A"
195196
],
196197
"message": "Thank you for your contribution! As this is an open source project, we require contributors to sign our Contributor License Agreement and do not have yours on file. To proceed with your PR, please [sign your name here](https://forms.gle/YgLddrckeJaCdZYA6) and we will add you to our approved list of contributors.",
197198
"label": "cla-signed",

.github/workflows/build_and_deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,14 @@ jobs:
5353
with:
5454
node-version: '20.x'
5555
cache: 'yarn'
56-
- name: Docusaurus Webpack cache
57-
uses: actions/cache@v3
58-
with:
59-
path: node_modules/.cache
60-
key: ${{ runner.os }}-webpack-cache-${{ hashFiles('yarn.lock') }}
6156
- name: Install awscli
6257
uses: unfor19/install-aws-cli-action@v1
6358
- name: Install jq
6459
run: sudo apt-get install -y jq
6560
- name: Install dependencies
6661
run: yarn install --frozen-lockfile
62+
- name: Clean Docusaurus cache
63+
run: rm -rf .docusaurus build
6764
- name: Build the Docusaurus site
6865
run: yarn build
6966
- name: Deploy the Docusaurus site

.github/workflows/pr.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,10 @@ jobs:
2727
with:
2828
node-version: '20.x'
2929
cache: 'yarn'
30-
- name: Docusaurus Webpack cache
31-
uses: actions/cache@v3
32-
with:
33-
path: node_modules/.cache
34-
key: ${{ runner.os }}-webpack-cache-${{ hashFiles('yarn.lock') }}
3530
- name: Install dependencies
3631
run: yarn install --frozen-lockfile
32+
- name: Clean Docusaurus cache
33+
run: rm -rf .docusaurus build
3734
- name: Build the Docusaurus site
3835
run: yarn build
3936
# --- Disallowed character checks for Pantheon ---

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
],
3939
future: {
4040
v4: true,
41-
experimental_faster: true,
41+
experimental_faster: false,
4242
},
4343
staticDirectories: ['static'],
4444
presets: [

0 commit comments

Comments
 (0)