Skip to content

Commit

Permalink
try split build action
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultJanBeyer committed Sep 21, 2023
1 parent 6557fc4 commit de1e68d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,20 @@ jobs:
node-version: 20
cache: yarn

- run: yarn build
- name: Build Dragselect
run: yarn build:dragselect

- name: Test
run: yarn test

- name: List
run: cd DragSelect && ls -la

- name: Build Docs
run: yarn build:docs

- name: Build Files
run: node ./build.js

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit de1e68d

Please sign in to comment.