Skip to content

Commit

Permalink
Update index.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen authored Oct 29, 2024
1 parent 800abb4 commit beb17d8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,18 @@ jobs:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v3
with:
ref: dummy-data
uses: actions/checkout@v4

- name: Generate Directory Listings
uses: jayanta525/github-pages-directory-listing@main
with:
FOLDER: data
FOLDER: .

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

deploy:
needs: pages-directory-listing
Expand Down

0 comments on commit beb17d8

Please sign in to comment.