Skip to content

Commit

Permalink
Update deploy-ui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nleroy917 authored Aug 15, 2023
1 parent 5696dd1 commit 933ce3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,11 @@ jobs:
working-directory: ./web
- name: Setup Pages
uses: actions/configure-pages@v3
working-directory: ./web
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
# Upload dist repository
path: './dist'
working-directory: ./web
path: './web/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
working-directory: ./web

0 comments on commit 933ce3e

Please sign in to comment.