From efd32b333228cd6c2db8094b82fc7cca172861f9 Mon Sep 17 00:00:00 2001 From: Valentin B Date: Tue, 8 Aug 2023 00:22:21 +0200 Subject: [PATCH] Patience is a virtue --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dfd4cf7..4df92af 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: shell: sh - name: Build website - run: devenv shell wasm-pack build --release && cd www && yarn run build + run: devenv shell wasm-pack build --release && cd www && yarn install --frozen-lockfile && yarn run build - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4