Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit cc41674

Browse files
committed
updated dist
1 parent 4622075 commit cc41674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
uses: actions/download-artifact@v3
3737

3838
- name: Setup | Place dist
39-
run: mv ./artifact ./launchers/wasm/dist/
39+
run: mv ./artifact ./dist
4040

4141
- name: Deploy | Github Pages
4242
uses: peaceiris/actions-gh-pages@v3
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}
45-
publish_dir: ./launchers/wasm/dist/
45+
publish_dir: ./dist/

0 commit comments

Comments
 (0)