Skip to content

Commit

Permalink
Add repo index page generation to build
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Jun 20, 2024
1 parent fe30534 commit 18430be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
mv pspdev.db.tar.gz pspdev.db
mv pspdev.files.tar.gz pspdev.files
tar -cvf ../repo.tar ./*
cd ..
- name: Create repo index pages
run: |
./make-repo-html.sh
- name: Upload repo artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 18430be

Please sign in to comment.