Skip to content

Commit 773bebd

Browse files
committed
fix project files
1 parent 05f0640 commit 773bebd

24 files changed

+17
-888
lines changed

.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16+
- run: npm install -g pnpm
1617
- uses: actions/setup-node@v4
1718
with:
1819
node-version: 22
@@ -22,7 +23,8 @@ jobs:
2223
run: pnpm install --frozen-lockfile
2324
- name: Build website
2425
run: pnpm build
25-
26+
- name: Setup Pages
27+
uses: actions/configure-pages@v5
2628
- name: Upload Build Artifact
2729
uses: actions/upload-pages-artifact@v3
2830
with:

.github/workflows/test-deploy.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches:
66
- main
7+
push:
8+
branches:
9+
- main
710

811
jobs:
912
test-deploy:
@@ -13,11 +16,11 @@ jobs:
1316
- uses: actions/checkout@v4
1417
with:
1518
fetch-depth: 0
19+
- run: npm install -g pnpm
1620
- uses: actions/setup-node@v4
1721
with:
1822
node-version: 22
1923
cache: pnpm
20-
2124
- name: Install dependencies
2225
run: pnpm install --frozen-lockfile
2326
- name: Test build website

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# Production
55
/build
6+
debug
67

78
# Generated files
89
.docusaurus

blog/2025-02-11-introducing-anda/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ An interesting feature here is that with the support of ICP and TEE technologies
123123

124124
In the technical documentation of the anda project, there is a sequence diagram showing the startup process of Anda in TEE, which we will not detail here.
125125

126-
https://github.com/ldclabs/anda/blob/main/docs/architecture_cn.md
126+
https://github.com/ldclabs/anda/blob/main/docs/architecture.md
127127

128128
## The Development Roadmap of Anda
129129

debug/tutorial-basics/_category_.json

-8
This file was deleted.

debug/tutorial-basics/congratulations.md

-23
This file was deleted.

debug/tutorial-basics/create-a-blog-post.md

-34
This file was deleted.

debug/tutorial-basics/create-a-document.md

-57
This file was deleted.

debug/tutorial-basics/create-a-page.md

-43
This file was deleted.

debug/tutorial-basics/deploy-your-site.md

-31
This file was deleted.

0 commit comments

Comments
 (0)