Skip to content

Commit

Permalink
Should fix the issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
XniceCraft committed Dec 20, 2023
1 parent c56bce1 commit 6d73f02
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ jobs:
runs-on: ubuntu-latest
name: Directory Listings Index
steps:
- name: Generate list
uses: jayanta525/github-pages-directory-listing@v4.0.0
- name: Generate Directory Listings
uses: jayanta525/github-pages-directory-listing@main
with:
FOLDER: "."
FOLDER: data

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: "."
# Upload generator folder
path: 'data'

deploy:
needs: pages-directory-listing
Expand Down

0 comments on commit 6d73f02

Please sign in to comment.