diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ceae441..b74b4f7 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -32,7 +32,7 @@ jobs: ${{ runner.os }}-node- - name: Install dependencies - run: npm install -f + run: npm install - name: Build project run: npm run build