Skip to content

Commit 952cdeb

Browse files
committed
GH action, static deployment
1 parent 75630bd commit 952cdeb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/static.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,18 @@ jobs:
3131
with:
3232
ref: main
3333

34+
- run: mkdir pdf
35+
3436
# directory listing
3537
- name: Generate Directory Listings
3638
uses: jayanta525/github-pages-directory-listing@v4.0.0
3739
with:
38-
FOLDER: / #directory to generate index
40+
FOLDER: pdf #directory to generate index
3941

4042
- name: Upload artifact
4143
uses: actions/upload-pages-artifact@v3
4244
with:
43-
path: / # upload generated folder
45+
path: pdf # upload generated folder
4446

4547
deploy:
4648
needs: pages-directory-listing

0 commit comments

Comments
 (0)