Skip to content

Commit cc85116

Browse files
committed
chore: bump versions
1 parent 645ac36 commit cc85116

File tree

5 files changed

+8
-25
lines changed

5 files changed

+8
-25
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,10 @@ jobs:
1414
uses: actions/checkout@v4
1515
- name: Set up Node
1616
uses: actions/setup-node@v4
17-
- id: cache
18-
name: Yarn Cache Dir
19-
run: echo "value=$(yarn cache dir)" >> $GITHUB_OUTPUT
20-
- name: Restore Lockfile
21-
uses: actions/cache@v2
22-
with:
23-
path: yarn.lock
24-
key: yarn-lock-${{ github.sha }}
25-
restore-keys: yarn-lock-
26-
- name: Restore Cache
27-
uses: actions/cache@v2
28-
with:
29-
path: ${{ steps.cache.outputs.value }}
30-
key: yarn-cache-${{ github.sha }}
31-
restore-keys: yarn-cache-
17+
- name: Enable Corepack
18+
run: corepack enable
3219
- name: Install
33-
run: yarn
20+
run: yarn --no-immutable
3421
- name: Build
3522
run: yarn build
3623
- name: Deploy

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

README renamed to README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# [satori.js.org](https://satori.js.org)
22

33
Documentation for Satori Protocol.
4-
5-
## License
6-
7-
[CC-BY-SA-4.0](./LICENSE)

en-US/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: home
33

44
links:
5-
starter: /en-US/protocol/
5+
starter: /en-US/introduction.html
66

77
home:
88
primary: Get Started

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@satorijs/docs",
3-
"type": "module",
3+
"packageManager": "[email protected]",
44
"private": true,
55
"version": "1.0.0",
6+
"type": "module",
67
"main": "index.js",
78
"author": "Shigma <[email protected]>",
89
"license": "MIT",
@@ -12,13 +13,11 @@
1213
"preview": "vitepress preview"
1314
},
1415
"devDependencies": {
15-
"@cordisjs/vitepress": "^3.3.2",
16+
"@cordisjs/vitepress": "^4.0.1",
1617
"@types/node": "^22.7.5",
1718
"@vueuse/core": "^11.1.0",
1819
"cross-env": "^7.0.3",
1920
"element-plus": "2.7.7",
20-
"esbuild": "^0.23.1",
21-
"esbuild-register": "^3.5.0",
2221
"sass": "^1.82.0",
2322
"typescript": "^5.7.2",
2423
"vitepress": "1.5.0",

0 commit comments

Comments
 (0)