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

Commit

Permalink
updated dist
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Jan 18, 2023
1 parent 4622075 commit cc41674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit cc41674

Please sign in to comment.