We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4ddf7 commit e26d086Copy full SHA for e26d086
1 file changed
.github/workflows/deploy.yml
@@ -43,6 +43,14 @@ jobs:
43
44
runs-on: ubuntu-latest
45
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
54
- name: Deploy to GitHub Pages
55
id: deployment
56
uses: actions/deploy-pages@v1
0 commit comments