diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e576e10..a62e17d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: CI +name: publish on: push: @@ -27,7 +27,7 @@ jobs: - run: npm run build - uses: actions/upload-pages-artifact@v3 with: - path: docs + path: dist deploy: needs: build diff --git a/.gitignore b/.gitignore index 8454b4b..c518e8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -public/svelte-shoelace-example +dist/svelte-shoelace-example node_modules diff --git a/public/index.html b/dist/index.html similarity index 100% rename from public/index.html rename to dist/index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..07a0dcd --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + +
+ + +
-
selected: { selected }
This page is an example application of svelte with shoelace.
-
+
+ selected: { selected }
+
{ alertText }+
This page is an example application of svelte with shoelace.
+