Skip to content

Commit

Permalink
fixing deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
LS2355 committed Aug 26, 2024
1 parent 5b5ad48 commit 7f42152
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm install
working-directory: ./client
- name: Build
run: cd ./client && npm run dev
run: cd ./client && npm run build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand All @@ -50,4 +50,7 @@ jobs:
path: './client/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4



0 comments on commit 7f42152

Please sign in to comment.