From b9d88e6962ee59218b9c3cb1182a7b5b932d28c5 Mon Sep 17 00:00:00 2001 From: "(Jip) Willem Wijnia" Date: Tue, 28 May 2024 12:35:31 +0200 Subject: [PATCH] Remove invalid working directories --- .github/workflows/deploy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 486fa86..51d02e2 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -53,7 +53,6 @@ jobs: ref: gh-pages - name: Installation - working-directory: spookydb run: | npm install npm install bower @@ -61,7 +60,6 @@ jobs: npx bower install - name: Building - working-directory: spookydb run: | grunt build @@ -75,4 +73,4 @@ jobs: with: name: spookydb-dist path: | - spookydb/dist + dist