Skip to content

Commit

Permalink
Updated website workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-CodingClimber committed Jan 9, 2024
1 parent d554107 commit 6624f82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

defaults:
run:
working-directory: website
working-directory: './website/'

jobs:
deploy:
Expand All @@ -22,6 +22,7 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: './website/package-lock.json'

- name: Install dependencies
run: npm ci
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

defaults:
run:
working-directory: website
working-directory: './website/'

jobs:
test-deploy:
Expand All @@ -19,6 +19,7 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: './website/package-lock.json'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 6624f82

Please sign in to comment.