From ad40797024f1421949aabf430f27d3d7850aa68a Mon Sep 17 00:00:00 2001 From: KG Date: Sun, 10 Mar 2024 16:54:50 -0700 Subject: [PATCH] updated deploy workflow --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bb46631..d8b1583 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,11 +11,12 @@ jobs: build_and_deploy: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 + - name: 'Use Node.js ${{matrix.node-version}}' uses: actions/setup-node@v2 - name: 'Build' - uses: actions/checkout@v2 run: | npm i -g yarn \ yarn build \