Skip to content

Commit 2c19146

Browse files
authored
Update deploy.yml
1 parent 1e82697 commit 2c19146

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ jobs:
4242
uses: actions/download-artifact@v4
4343
with:
4444
name: deploy_dist
45-
45+
46+
- name: downloaded files
47+
run: ls -R
48+
4649
- name: Deploy to GitHub Pages
4750
uses: JamesIves/github-pages-deploy-action@releases/v3
4851
with:

0 commit comments

Comments
 (0)