1
0

chore: switch from npm to yarn
All checks were successful
deploy / deploy (push) Successful in 1m52s

This commit is contained in:
2024-01-27 14:59:53 +01:00
parent 13999306bc
commit b6bbf636ec
6 changed files with 3184 additions and 2619 deletions

View File

@@ -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: