Skip to content

Commit

Permalink
Update/ci (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuashuai authored Sep 30, 2024
1 parent e01cc60 commit 99d0b2c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Cache pnpm modules and build
uses: actions/cache@v4
with:
path: |
node_modules
build
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
# - name: Cache pnpm modules and build
# uses: actions/cache@v4
# with:
# path: |
# node_modules
# build
# key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 99d0b2c

Please sign in to comment.