diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 84ea81f..b15a939 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,8 +1,4 @@ name: Deploy to GitHub Pages -defaults: - run: - shell: bash - working-directory: ./ on: push: @@ -22,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - cache: "yarn" + cache: yarn cache-dependency-path: "./" - name: Install dependencies