From 7e444894c76b0b12d5a420cfa56384b6d95d5698 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:09:01 +0200 Subject: [PATCH] fix: workflow errors because of transition to yarn (#48) --- .github/workflows/docusaurus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docusaurus.yml b/.github/workflows/docusaurus.yml index 4e786bc7c..bbdaedce8 100644 --- a/.github/workflows/docusaurus.yml +++ b/.github/workflows/docusaurus.yml @@ -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