From 1ee865b286e7765e9bd2e75c2fdd0408d27a0ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Paul=20Grandsire?= Date: Sun, 14 Apr 2024 17:18:18 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20ci:=20fix=20build=20ordering=20s?= =?UTF-8?q?tep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-website.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index d902005..9c2c104 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -10,13 +10,12 @@ jobs: steps: - uses: actions/checkout@v4 + - run: cd ${{github.workspace}}/website/ + - uses: actions/setup-node@v4 with: node-version: "18.x" cache: "npm" - - - run: cd ${{github.workspace}}/website/ - - run: npm ci - run: run run build