Skip to content

Commit 4f13e41

Browse files
committed
Fix workflow paths - website is the repository root
1 parent 8fe008b commit 4f13e41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ jobs:
2727
node-version: '20'
2828

2929
- name: Install dependencies
30-
working-directory: ./website
3130
run: npm ci
3231

3332
- name: Build website
34-
working-directory: ./website
3533
run: npm run build
3634

3735
- name: Setup Pages
@@ -40,7 +38,7 @@ jobs:
4038
- name: Upload artifact
4139
uses: actions/upload-pages-artifact@v3
4240
with:
43-
path: ./website/build
41+
path: ./build
4442

4543
deploy:
4644
environment:

0 commit comments

Comments
 (0)