From a835f33f289fc295ff1e95bacfd4027596aa16dc Mon Sep 17 00:00:00 2001 From: eliot-akira Date: Sat, 15 Jun 2024 05:15:25 +0200 Subject: [PATCH] Deploy to public URL /zig-playground --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b18d846..3fcded0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: - run: npm install - - run: ./node_modules/.bin/parcel build --dist-dir docs index.html + - run: ./node_modules/.bin/parcel build --public-url /zig-playground --dist-dir docs index.html - uses: actions/upload-pages-artifact@v3 with: