chore: switch from npm to yarn
All checks were successful
deploy / deploy (push) Successful in 1m52s
All checks were successful
deploy / deploy (push) Successful in 1m52s
This commit is contained in:
parent
13999306bc
commit
b6bbf636ec
@ -9,17 +9,17 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18.x
|
||||
- run: corepack enable
|
||||
- run: yarn install --frozen-lockfile
|
||||
- uses: purcell/setup-emacs@master
|
||||
with:
|
||||
version: 29.1
|
||||
- name: "Export org to md"
|
||||
run: emacs -Q --script export.el
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.x
|
||||
- run: npm ci
|
||||
- name: "Build"
|
||||
run: npm run docs:build
|
||||
- run: yarn docs:build
|
||||
- name: "Deploy"
|
||||
uses: appleboy/scp-action@v0.1.7
|
||||
with:
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,4 +3,4 @@ node_modules
|
||||
.cache
|
||||
/docs/**/*.md
|
||||
/docs/.vuepress/dist/
|
||||
/yarn*
|
||||
/.yarn/
|
||||
|
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
@ -0,0 +1 @@
|
||||
nodeLinker: 'node-modules'
|
2611
package-lock.json
generated
2611
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -18,5 +18,6 @@
|
||||
"@vuepress/theme-default": "2.0.0-rc.2",
|
||||
"vuepress": "2.0.0-rc.2",
|
||||
"vuepress-plugin-search-pro": "^2.0.0-rc.15"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@4.0.2"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user