From 9913421779a5e9d484370d2ab6eef58f0804d902 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Thu, 7 Dec 2023 16:10:23 -0600 Subject: [PATCH] Simplify the commands in deploy action --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d166a0..b2f3079 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -94,9 +94,7 @@ jobs: node-version: lts/* cache: 'yarn' registry-url: 'https://registry.npmjs.org' - - run: yarn install --frozen-lockfile --prefer-offline - - run: yarn compile - - run: yarn --cwd ./website install --frozen-lockfile --prefer-offline + - run: yarn dev - run: yarn --cwd ./website build - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.0.0