Skip to content

Commit c67d51c

Browse files
committed
Cleanup
1 parent 26e9497 commit c67d51c

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/directory-listing.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
1-
name: directory-listing
2-
on:
1+
name: "Generate directory listing"
2+
on:
33
push:
4+
branches:
5+
- main
46
workflow_dispatch:
57

68
jobs:
79
pages-directory-listing:
810
runs-on: ubuntu-latest
9-
name: Directory Listings Index
11+
name: "Directory Listings Index"
1012
steps:
1113
- name: Checkout Repository
1214
uses: actions/checkout@v4
1315
with:
14-
ref: www #checkout different branch
16+
ref: data # branch where we push data to
1517

1618
- name: Generate Directory Listings
1719
uses: jayanta525/[email protected]
1820
with:
19-
FOLDER: data #directory to generate index
21+
FOLDER: data # directory to generate index
2022

2123
- name: Upload artifact
2224
uses: actions/upload-pages-artifact@v3
2325
with:
2426
path: 'data' # upload generated folder
25-
27+
2628
deploy:
2729
needs: pages-directory-listing
2830
permissions:

.github/workflows/generate-base-files-info-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update base-files pacakge info
1+
name: "Update base-files package info"
22
# Trigger this workflow on a manual dispatch or a scheduled time
33
on:
44
workflow_dispatch: # Manually triggered via GitHub Actions UI

0 commit comments

Comments
 (0)