diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 591409c..7132cbc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,5 +24,5 @@ jobs: - name: Install dependencies and deploy run: | cd website - npm ci + npm install npm run deploy