Browse Source

ci: fix website deploy script

Renée Kooi 4 years ago
parent
commit
581c114136
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/website.yml

+ 2 - 2
.github/workflows/website.yml

@@ -15,10 +15,10 @@ jobs:
         uses: actions/setup-node@v2-beta
         with:
           node-version: 14.x
-      - name: Install dependencies
-        run: npm ci
       - name: Install npm 7
         run: npm install --global npm@7
+      - name: Install dependencies
+        run: npm ci
       - name: Build Uppy
         run: npm run build
       - name: Build website