Skip to content

Commit

Permalink
chore: static page deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cordobo committed May 9, 2024
1 parent 3d58308 commit 8e092fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
- name: Install
run: npm install
- name: Build
run: npm run ci:build:lib
run: npm run ci:build:app
run: npm run ci:build:lib && npm run ci:build:app
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 8e092fe

Please sign in to comment.