From cec02706c712ec28cf4933e76e823da850cb8a77 Mon Sep 17 00:00:00 2001 From: Sameer Puri Date: Thu, 12 Aug 2021 19:30:24 -0400 Subject: [PATCH] web-deploy: resolve url path woes --- .github/workflows/web-deploy.yml | 2 +- web/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml index 9d2aa99..842d012 100644 --- a/.github/workflows/web-deploy.yml +++ b/.github/workflows/web-deploy.yml @@ -34,7 +34,7 @@ jobs: - name: Trunk build run: | cd web - trunk build --release + trunk build --release --public-url svg2gcode - name: Publish to GitHub Pages uses: peaceiris/actions-gh-pages@v3 diff --git a/web/index.html b/web/index.html index bf4a029..81471c5 100644 --- a/web/index.html +++ b/web/index.html @@ -4,6 +4,7 @@ svg2gcode +