diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f3488ca..03ad656 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,7 +21,7 @@ jobs: node-version: 20 - name: Installing Dependencies - run: npm i + run: npm ci - name: Building run: npm run build