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

View file

@ -2,5 +2,4 @@ source 'https://rubygems.org'
# gem 'github-pages', group: :jekyll_plugins
gem "jekyll", "~> 4.0"
gem "jekyll-seo-tag"
gem 'jekyll-sitemap'
gem 'webrick', '~> 1.3', '>= 1.3.1'

View file

@ -1,6 +1,5 @@
plugins:
- jekyll-seo-tag
- jekyll-sitemap
url: "https://vm-operator.jdrupes.org"