Fix wrong action path in website CI deployment

This commit is contained in:
undergroundwires
2023-09-15 13:36:05 +02:00
parent c27172c32e
commit a1f2497381

View File

@@ -84,7 +84,7 @@ jobs:
uses: ./app/.github/actions/setup-node
-
name: "App: Install dependencies"
uses: ./.github/actions/npm-install-dependencies
uses: ./app/.github/actions/npm-install-dependencies
with:
working-directory: app
-