From 89cf0fc11311bcf07f6f5544727f9dd431c31e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Paul=20Grandsire?= Date: Sun, 14 Apr 2024 17:59:23 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20ci:=20remove=20build=20?= =?UTF-8?q?param=20from=20action?= 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 351528b..6803b69 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 --base=/http-codes + - run: npm run build working-directory: ./website - uses: actions/upload-pages-artifact@v3.0.1