Skip to content

Commit

Permalink
update docusarus to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-thobe-sp committed Nov 29, 2023
1 parent 80eb247 commit 86afaf6
Show file tree
Hide file tree
Showing 6 changed files with 5,432 additions and 13,421 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-prod-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build Developer Community site
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
npm ci
npm ci --legacy-peer-deps
npm run gen-api-docs-all
npm run build
- name: Deploy to GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-stg-gt-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build Developer Community site
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
npm ci
npm ci --legacy-peer-deps
npm run gen-api-docs-all
npm run build
- name: Configure AWS credentials from Test account
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- run: |
export NODE_OPTIONS="--max_old_space_size=4096"
npm ci
npm ci --legacy-peer-deps
npm run gen-api-docs-all
npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
Loading

0 comments on commit 86afaf6

Please sign in to comment.