Skip to content

Commit

Permalink
revert action to single command
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultJanBeyer committed Sep 22, 2023
1 parent ea58a27 commit 3e39a4b
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,7 @@ jobs:
node-version: 20
cache: yarn

- 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
- run: yarn build

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

0 comments on commit 3e39a4b

Please sign in to comment.