diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 83d2af5..1867a89 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: echo ::set-output name=distdir::$(git rev-parse --short ${{ github.sha }})-20.x-dist - name: Install 🎯 - run: npm install + run: cd site; npm install - name: Build 🏃 run: cd site; npm run build --env CI