diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 42ec300..d7e78e3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,10 +55,10 @@ jobs: restore-keys: | ${{ runner.os }}-gatsby-build- - name: Install dependencies - run: npm ci + run: npm ci --force - name: Build with Gatsby env: - PREFIX_PATHS: 'true' + PREFIX_PATHS: "true" run: npm run build - name: Upload artifact uses: actions/upload-pages-artifact@v2 @@ -75,4 +75,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2