Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Dec 18, 2023
1 parent 646cf5d commit f792531
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- name: Move deploy assets to _site
run: |
ls -l
ls -l packages
ls -l packages/webgui
ls -l packages/webgui/dist
mkdir -p _site
mv packages/webgui/dist/* _site/
Expand Down

0 comments on commit f792531

Please sign in to comment.