Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
behitek committed Sep 26, 2023
1 parent 3b1d2d8 commit da21bc0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
ref: dummy-data #checkout different branch
#with:
# ref: dummy-data #checkout different branch

- name: Generate Directory Listings
uses: jayanta525/[email protected]
with:
FOLDER: data #directory to generate index
#with:
# FOLDER: data #directory to generate index

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

deploy:
needs: pages-directory-listing
Expand Down

0 comments on commit da21bc0

Please sign in to comment.