Skip to content

Commit 0dd7008

Browse files
committed
update page
1 parent 6d66b86 commit 0dd7008

776 files changed

Lines changed: 38681 additions & 13825 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
fetch-depth: 0
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 18
24-
cache: yarn
23+
node-version: 20
24+
cache: npm
2525

2626
- name: Install dependencies
27-
run: yarn install --frozen-lockfile
27+
run: npm install
2828
- name: Build website
29-
run: yarn build
29+
run: npm run build
3030

3131
# Popular action to deploy to GitHub Pages:
3232
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus

docs/R818-DshanPI-ROSx/02-SourceCodeToolDocumentationManual.md renamed to docs/A133-mCore/02-SourceCodeToolDocumentationManual.md

File renamed without changes.

0 commit comments

Comments
 (0)