Skip to content

Commit a400e13

Browse files
committed
Test deploy website
1 parent fd87598 commit a400e13

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929

3030
- name: Upload Build Artifact
3131
uses: actions/upload-pages-artifact@v3
32-
working-directory: ./packages/website
3332
with:
34-
path: build
33+
path: ./packages/website/build
3534

3635
deploy:
3736
name: Deploy to GitHub Pages
@@ -51,5 +50,4 @@ jobs:
5150
steps:
5251
- name: Deploy to GitHub Pages
5352
id: deployment
54-
working-directory: ./packages/website
5553
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)