Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Nov 14, 2024
1 parent 26e9497 commit c67d51c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/directory-listing.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
name: directory-listing
on:
name: "Generate directory listing"
on:
push:
branches:
- main
workflow_dispatch:

jobs:
pages-directory-listing:
runs-on: ubuntu-latest
name: Directory Listings Index
name: "Directory Listings Index"
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: www #checkout different branch
ref: data # branch where we push data to

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

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

deploy:
needs: pages-directory-listing
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-base-files-info-json.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update base-files pacakge info
name: "Update base-files package info"
# Trigger this workflow on a manual dispatch or a scheduled time
on:
workflow_dispatch: # Manually triggered via GitHub Actions UI
Expand Down

0 comments on commit c67d51c

Please sign in to comment.