diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 24fca3d68..37743e65e 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -12,14 +12,6 @@ jobs: with: persist-credentials: true # typically should be true for deployments - - name: Cache node modules - uses: actions/cache@v3 - with: - path: | - node_modules - .yarn - key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - - name: Install Dependencies uses: actions/setup-node@v4 with: