Skip to content

Commit a036f68

Browse files
authored
Merge pull request #11 from flatring/feature/update-docusaurus-3-2-1
docusaurusをver.3.2.1に更新
2 parents 8f85b67 + 874a9c5 commit a036f68

File tree

4 files changed

+7188
-5799
lines changed

4 files changed

+7188
-5799
lines changed

.github/workflows/deploy-to-github-pabes.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: "[1/7] Checkout"
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: "[2/7] Install Node.js"
2020
uses: actions/setup-node@v3
2121
with:
2222
node-version: 20.x
2323

2424
- name: "[3/7] Install pnpm"
25-
uses: pnpm/action-setup@v2
25+
uses: pnpm/action-setup@v3
2626
with:
27-
version: 8
27+
version: 9
2828

2929
- name: "[4/7] Get pnpm store directory"
3030
shell: bash
3131
run: |
3232
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3333
3434
- name: "[5/7] Setup pnpm cache"
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: ${{ env.STORE_PATH }}
3838
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/website/pnpm-lock.yaml') }}
@@ -46,7 +46,7 @@ jobs:
4646
4747
# docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
4848
- name: "[7/7] Deploy to GitHub Pages"
49-
uses: peaceiris/actions-gh-pages@v3
49+
uses: peaceiris/actions-gh-pages@v4
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
5252
publish_dir: ./website/build

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"main": "index.js",
66
"scripts": {
@@ -9,8 +9,8 @@
99
"keywords": [],
1010
"author": "",
1111
"license": "MIT",
12-
"packageManager": "pnpm@8.14.0",
12+
"packageManager": "pnpm@9.0.6",
1313
"engines": {
14-
"pnpm": ">=8.14.0"
14+
"pnpm": ">=9.0.6"
1515
}
1616
}

0 commit comments

Comments
 (0)