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 86300b1 commit b1538e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- name: Generate Directory Listings
uses: jayanta525/github-pages-directory-listing@main
with:
FOLDER: 2021
FOLDER: '.'

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

deploy:
needs: pages-directory-listing
Expand Down

0 comments on commit b1538e3

Please sign in to comment.