Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of https://github.com/AMN-D/BULB
Browse files Browse the repository at this point in the history
  • Loading branch information
AMN-D committed Mar 28, 2024
2 parents 0445fb9 + d103b9f commit c1b3a56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
working-directory: './bulb'
- name: Install dependencies
run: npm ci
- name: Build
Expand All @@ -45,7 +46,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload dist folder
path: './dist'
path: './bulb/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit c1b3a56

Please sign in to comment.