Sitemap generated by jekyll is incomplete.

This commit is contained in:
Michael Lipp 2025-03-03 10:50:58 +01:00
parent fa53a07a52
commit 51a72a162d
3 changed files with 5 additions and 2 deletions

View file

@ -63,6 +63,11 @@ jobs:
run: ./gradlew apidocs
- name: Copy javadoc
run: cp -a build/javadoc webpages/_site/
- name: Generate the sitemap
uses: cicirello/generate-sitemap@v1
with:
path-to-root: webpages/_site
base-url-path: https://vm-operator.jdrupes.org
- name: Index pagefind
run: cd webpages && npx pagefind --source "_site"
- name: Upload artifact