We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9bbc8 commit 75630bdCopy full SHA for 75630bd
.github/workflows/static.yml
@@ -35,12 +35,12 @@ jobs:
35
- name: Generate Directory Listings
36
uses: jayanta525/github-pages-directory-listing@v4.0.0
37
with:
38
- FOLDER: dist #directory to generate index
+ FOLDER: / #directory to generate index
39
40
- name: Upload artifact
41
uses: actions/upload-pages-artifact@v3
42
43
- path: "dist" # upload generated folder
+ path: / # upload generated folder
44
45
deploy:
46
needs: pages-directory-listing
0 commit comments