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 a93ac35 + bf3c9b9 commit 8a98568
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
with:
node-version: 20
cache: 'npm'
working-directory: './bulb'
- name: Install dependencies
run: npm ci
- name: Build
Expand All @@ -46,7 +45,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload dist folder
path: './bulb/dist'
path: './dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 8a98568

Please sign in to comment.