Skip to content

Commit

Permalink
Update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgit authored Apr 21, 2024
1 parent 51b2424 commit 8337ae3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/parcel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,16 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Install dependencies
- name: Install repo dependencies
run: npm ci
working-directory: ${{ env.BUILD_PATH }}/..
- name: Build repo
run: npm run build
working-directory: ${{ env.BUILD_PATH }}/..
- name: Install demo dependencies
run: npm ci
working-directory: ${{ env.BUILD_PATH }}
- name: Build with Parcel
- name: Build demo
run: npm run build
working-directory: ${{ env.BUILD_PATH }}
- name: Upload artifact
Expand Down

0 comments on commit 8337ae3

Please sign in to comment.