Skip to content

Commit

Permalink
GH action, postpone dir index
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaengeli authored Oct 11, 2024
1 parent 70b5770 commit 0638f3b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ jobs:
with:
ref: master #checkout different branch

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

# create XAR archive from src/teipb
- name: Set up JDK 23
uses: actions/setup-java@v4
with:
Expand All @@ -55,6 +51,12 @@ jobs:
pwd
mv ./build/parzival-0.2.xar ../../dist/parzival-0.2.xar
# directory listing
- name: Generate Directory Listings
uses: jayanta525/[email protected]
with:
FOLDER: dist #directory to generate index

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 0638f3b

Please sign in to comment.