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 1d8c8b2 commit 646cf5d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,15 @@ jobs:
run: |
yarn workspace webgui build --debug
- name: Move deploy assets to _site
run: |
ls -l
mkdir -p _site
mv packages/webgui/dist/* _site/
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
name: webgui-dist
path: packages/webgui/dist/

# Deployment job
Expand All @@ -70,5 +75,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
artifact_name: webgui-dist

0 comments on commit 646cf5d

Please sign in to comment.