Skip to content

Commit 9782590

Browse files
committed
Add check for dist directory in GitHub Actions deployment workflow
1 parent 3ac3024 commit 9782590

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Temporarily allow dist for deploy
3131
run: sed -i '/^dist$/d' .gitignore
3232

33+
- name: Check dist
34+
run: ls -R dist
35+
3336
- name: Deploy to GitHub Pages
3437
uses: peaceiris/actions-gh-pages@v3
3538
with:

0 commit comments

Comments
 (0)