Skip to content

Commit e571ebf

Browse files
committed
uncompress javadocs during deploy of rdf4j.org
1 parent b33d914 commit e571ebf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
uses: actions/checkout@v4
4444
with:
4545
submodules: recursive
46+
- name: Uncompress Javadoc
47+
run: |
48+
bash site/static/javadoc/uncompress.sh
4649
- name: Setup Pages
4750
id: pages
4851
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)