From 2a833d956aecf7137f12ff860cbbe1bd8e850cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Paul=20Grandsire?= Date: Sun, 14 Apr 2024 17:57:09 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20ci:=20fix=20vite=20path=20on=20p?= =?UTF-8?q?roduction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 6803b69..351528b 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -19,7 +19,7 @@ jobs: - run: npm ci working-directory: ./website - - run: npm run build + - run: npm run build --base=/http-codes working-directory: ./website - uses: actions/upload-pages-artifact@v3.0.1