Skip to content

Commit e26d086

Browse files
authored
Add download step
1 parent dd4ddf7 commit e26d086

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343

4444
runs-on: ubuntu-latest
4545
steps:
46+
- name: Checkout
47+
uses: actions/checkout@v3
48+
- name: Download artifact
49+
uses: actions/download-pages-artifact@v3
50+
with:
51+
path: ./dist
52+
- name: List contents for debugging
53+
run: ls -la ./dist
4654
- name: Deploy to GitHub Pages
4755
id: deployment
4856
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)