update action
This commit is contained in:
parent
3169efae81
commit
796d195c49
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./website
|
||||
working-directory: website
|
||||
|
||||
jobs:
|
||||
build_site:
|
||||
|
@ -19,6 +19,7 @@ jobs:
|
|||
with:
|
||||
node-version: 20
|
||||
cache: npm
|
||||
cache-dependency-path: website/package-lock.json
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
|
Loading…
Reference in a new issue