Skip to content

Commit

Permalink
GH action, reinstate last working status
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaengeli authored Oct 11, 2024
1 parent 4a42d14 commit 84118c5
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ concurrency:
cancel-in-progress: false

jobs:
xar-packing:
pages-directory-listing:
runs-on: ubuntu-latest
name: Packing XAR for TEIPb
name: Directory Listings Index
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: master #checkout different branch

# create XAR archive from src/teipb
- name: Set up JDK 23
uses: actions/setup-java@v4
with:
Expand All @@ -50,16 +51,7 @@ jobs:
pwd
mv ./build/parzival-0.2.xar ../../dist/parzival-0.2.xar
pages-directory-listing:
runs-on: ubuntu-latest
needs: xar-packing
name: Directory Listings Index
steps:
# - name: Checkout Repository
# uses: actions/checkout@v4
# with:
# ref: master #checkout different branch

# directory listing
- name: Generate Directory Listings
uses: jayanta525/[email protected]
with:
Expand Down

0 comments on commit 84118c5

Please sign in to comment.