Skip to content

Commit 77ab322

Browse files
committedFeb 14, 2025·
update workflow
1 parent 8516336 commit 77ab322

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636
run: bun run build
3737

3838
- name: Upload Artifacts
39+
id: deployment
3940
uses: actions/upload-pages-artifact@v3
4041
with:
41-
path: 'build/'
42+
path: build/
4243

4344
deploy:
4445
needs: build

0 commit comments

Comments
 (0)
Please sign in to comment.