From e2356d0b442a02663d251ea2a65c2bc7f099f110 Mon Sep 17 00:00:00 2001 From: DrgnFireYellow <86269995+DrgnFireYellow@users.noreply.github.com> Date: Sat, 17 Feb 2024 09:47:49 -0500 Subject: [PATCH] Update deploydocs.yml --- .github/workflows/deploydocs.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploydocs.yml b/.github/workflows/deploydocs.yml index fedf0dc..49de254 100644 --- a/.github/workflows/deploydocs.yml +++ b/.github/workflows/deploydocs.yml @@ -24,11 +24,9 @@ jobs: cache: yarn - name: Install dependencies - working-directory: ./site - run: yarn install --frozen-lockfile + run: yarn --cwd ./site install --frozen-lockfile - name: Build website - working-directory: ./site - run: yarn build + run: yarn --cwd ./site build # Popular action to deploy to GitHub Pages: # Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus