fixed github action cache
This commit is contained in:
parent
f9347dec28
commit
c62dcce0e6
3 changed files with 12495 additions and 4 deletions
4
.github/workflows/firebase-hosting-merge.yml
vendored
4
.github/workflows/firebase-hosting-merge.yml
vendored
|
@ -12,8 +12,8 @@ jobs:
|
|||
uses: actions/checkout@master
|
||||
- uses: actions/cache@main
|
||||
with:
|
||||
path: "**/node_modules"
|
||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
|
||||
path: "source/node_modules"
|
||||
key: ${{ runner.os }}-modules-${{ hashFiles('source/yarn.lock') }}
|
||||
- name: Install Dependencies and Build
|
||||
run: cd source && yarn install && yarn build
|
||||
- name: Archive Production Artifact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue