mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-30 23:30:04 +00:00
update action
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user