Skip to content

Commit ed30242

Browse files
authored
Update deploy.yml
Signed-off-by: SamGu-NRX <[email protected]>
1 parent 194536d commit ed30242

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- vite_ver
76
- master
7+
- vite_ver
8+
workflow_dispatch:
89

910
jobs:
1011
build:
@@ -25,9 +26,11 @@ jobs:
2526
- name: Build the project
2627
run: npm run build
2728

29+
- name: List build files (for debugging)
30+
run: ls -la ./dist
31+
2832
- name: Deploy to GitHub Pages
2933
uses: peaceiris/actions-gh-pages@v3
3034
with:
3135
github_token: ${{ secrets.GITHUB_TOKEN }}
3236
publish_dir: ./dist
33-

0 commit comments

Comments
 (0)