Skip to content

Commit

Permalink
fix: update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Jun 17, 2024
1 parent 040b886 commit 2369817
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Get yarn cache
id: yarn-cache
run: echo "YARN_CACHE_DIR=$(yarn cache dir)" >> "${GITHUB_OUTPUT}"

- name: Cache dependencies
uses: actions/cache@v3
with:
path: ${{ steps.yarn-cache.outputs.YARN_CACHE_DIR }}
key: ${{ runner.os }}-website-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-website-
- name: 📥 Install Dependencies
run: yarn --frozen-lockfile

Expand Down

0 comments on commit 2369817

Please sign in to comment.