Skip to content

Commit

Permalink
Update list_dirs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Oct 29, 2023
1 parent 74ebf7c commit e6ebb48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/list_dirs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Generate Directory Listings
uses: jayanta525/[email protected]
with:
FOLDER: data #directory to generate index
FOLDER: Raw #directory to generate index

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: "$GITHUB_WORKSPACE/main/Raw" # upload generated folder
path: 'Raw' # upload generated folder
#------------------------------------------------------------------------------------#
deploy:
needs: list
Expand Down

0 comments on commit e6ebb48

Please sign in to comment.