Skip to content

Commit 48f5de1

Browse files
author
craigraphics
committed
- update yml
1 parent 6b476f6 commit 48f5de1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ jobs:
3131
- name: Build
3232
run: pnpm run build
3333

34+
- name: List contents of dist folder
35+
run: ls -la dist
36+
3437
- name: Deploy to GitHub Pages
35-
uses: peaceiris/actions-gh-pages@v4
38+
uses: peaceiris/actions-gh-pages@v3
3639
with:
3740
github_token: ${{ secrets.GITHUB_TOKEN }}
3841
publish_dir: ./dist

0 commit comments

Comments
 (0)