Skip to content

Commit

Permalink
fix(ops): specify --distdir to webgui build
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff authored Dec 18, 2023
1 parent 7aa846e commit b26191c
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,12 @@ jobs:

- name: Build site
run: |
yarn workspace webgui build --debug
- 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/
yarn workspace webgui build --debug --distdir=webgui-dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: packages/webgui/dist/
path: webgui-dist/

# Deployment job
deploy:
Expand Down

0 comments on commit b26191c

Please sign in to comment.