Skip to content

Commit eebbd15

Browse files
committed
Update deploy-website.yml
1 parent f84b565 commit eebbd15

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/deploy-website.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
# Build job
2424
build:
2525
runs-on: ubuntu-latest
26-
defaults:
27-
run:
28-
working-directory: ./website
2926
steps:
3027
- name: Checkout
3128
uses: actions/checkout@v4
@@ -36,7 +33,7 @@ jobs:
3633
with:
3734
node-version: 20
3835
cache: yarn
39-
cache-dependency-path: website/yarn.lock
36+
cache-dependency-path: yarn.lock
4037
- name: Setup Pages
4138
uses: actions/configure-pages@v5
4239
- name: Install dependencies
@@ -48,7 +45,7 @@ jobs:
4845
- name: Upload artifact
4946
uses: actions/upload-pages-artifact@v3
5047
with:
51-
path: website/docs/.vitepress/dist
48+
path: docs/.vitepress/dist
5249

5350
deploy:
5451
environment:

0 commit comments

Comments
 (0)