Fix wrong action path in website CI deployment
This commit is contained in:
2
.github/workflows/release.site.yaml
vendored
2
.github/workflows/release.site.yaml
vendored
@@ -84,7 +84,7 @@ jobs:
|
|||||||
uses: ./app/.github/actions/setup-node
|
uses: ./app/.github/actions/setup-node
|
||||||
-
|
-
|
||||||
name: "App: Install dependencies"
|
name: "App: Install dependencies"
|
||||||
uses: ./.github/actions/npm-install-dependencies
|
uses: ./app/.github/actions/npm-install-dependencies
|
||||||
with:
|
with:
|
||||||
working-directory: app
|
working-directory: app
|
||||||
-
|
-
|
||||||
|
|||||||
Reference in New Issue
Block a user