fix: workflow errors because of transition to yarn (#48)

This commit is contained in:
2023-10-16 07:09:01 +02:00
committed by GitHub
parent c0b5631bc7
commit 7e444894c7

View File

@@ -15,12 +15,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache: yarn
- name: Install dependencies
run: npm ci
run: yarn install --immutable
- name: Build website
run: npm run build
run: yarn build
# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus