From b662ee97d0d2fb283dab3acad143df8f87c4325a Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Thu, 9 Nov 2023 17:45:58 -0600 Subject: [PATCH] Add base url for gh pages --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d8fbc2..3957b24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Build Tiled Vite run: | npm ci - npm run build + npm run build -- --base=sample-tiled-vite # Runs a set of commands using the runners shell - name: Deploy to GitHub Pages # You may pin to the exact commit or the version.