Skip to content

Commit

Permalink
chore(ops): use --distdir flag when building
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff authored Dec 19, 2023
1 parent 344964f commit bc0e34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:

- name: Build site
run: |
yarn workspace webgui build --debug
yarn workspace webgui build --debug --distdir=$(pwd)/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 bc0e34b

Please sign in to comment.