Skip to content

Commit

Permalink
CI: Set working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbaunwall committed Feb 21, 2024
1 parent 912a93a commit 049d642
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src/ui
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -47,7 +50,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'dist'
path: './src/ui/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 049d642

Please sign in to comment.