Skip to content

Commit 60c0282

Browse files
committed
workflow improvements
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent e05bb6b commit 60c0282

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Directory Listings Index
88
steps:
99
- name: Checkout Repository
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
with:
1212
ref: main
1313

@@ -17,9 +17,9 @@ jobs:
1717
FOLDER: ./
1818

1919
- name: Upload artifact
20-
uses: actions/upload-pages-artifact@v1
20+
uses: actions/upload-pages-artifact@v3
2121
with:
22-
path: './' # upload generated folder
22+
path: '.'
2323

2424
deploy:
2525
needs: pages-directory-listing
@@ -37,4 +37,4 @@ jobs:
3737
steps:
3838
- name: Deploy to GitHub Pages
3939
id: deployment
40-
uses: actions/deploy-pages@v1
40+
uses: actions/deploy-pages@v4

index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)