From cc41674618d3a02cf66512cf9731910fece4090f Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau" Date: Wed, 18 Jan 2023 17:09:15 -0500 Subject: [PATCH] updated dist --- .github/workflows/release-gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-gh-pages.yml b/.github/workflows/release-gh-pages.yml index 72b324b..81a516d 100644 --- a/.github/workflows/release-gh-pages.yml +++ b/.github/workflows/release-gh-pages.yml @@ -36,10 +36,10 @@ jobs: uses: actions/download-artifact@v3 - name: Setup | Place dist - run: mv ./artifact ./launchers/wasm/dist/ + run: mv ./artifact ./dist - name: Deploy | Github Pages uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./launchers/wasm/dist/ + publish_dir: ./dist/