Skip to content

Commit

Permalink
Remove invalid working directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed May 28, 2024
1 parent 1ff0f1d commit b9d88e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,13 @@ jobs:
ref: gh-pages

- name: Installation
working-directory: spookydb
run: |
npm install
npm install bower
npm install grunt-cli
npx bower install
- name: Building
working-directory: spookydb
run: |
grunt build
Expand All @@ -75,4 +73,4 @@ jobs:
with:
name: spookydb-dist
path: |
spookydb/dist
dist

0 comments on commit b9d88e6

Please sign in to comment.