diff --git a/.github/workflows/gh-pages-deploy.yml b/.github/workflows/gh-pages-deploy.yml index f0958f5..36c66e8 100644 --- a/.github/workflows/gh-pages-deploy.yml +++ b/.github/workflows/gh-pages-deploy.yml @@ -17,7 +17,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - cache: yarn - name: Install dependencies run: npm install - name: Build