Sitemap generated by jekyll is incomplete.
This commit is contained in:
parent
fa53a07a52
commit
51a72a162d
3 changed files with 5 additions and 2 deletions
5
.github/workflows/jekyll.yml
vendored
5
.github/workflows/jekyll.yml
vendored
|
|
@ -63,6 +63,11 @@ jobs:
|
||||||
run: ./gradlew apidocs
|
run: ./gradlew apidocs
|
||||||
- name: Copy javadoc
|
- name: Copy javadoc
|
||||||
run: cp -a build/javadoc webpages/_site/
|
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
|
- name: Index pagefind
|
||||||
run: cd webpages && npx pagefind --source "_site"
|
run: cd webpages && npx pagefind --source "_site"
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,4 @@ source 'https://rubygems.org'
|
||||||
# gem 'github-pages', group: :jekyll_plugins
|
# gem 'github-pages', group: :jekyll_plugins
|
||||||
gem "jekyll", "~> 4.0"
|
gem "jekyll", "~> 4.0"
|
||||||
gem "jekyll-seo-tag"
|
gem "jekyll-seo-tag"
|
||||||
gem 'jekyll-sitemap'
|
|
||||||
gem 'webrick', '~> 1.3', '>= 1.3.1'
|
gem 'webrick', '~> 1.3', '>= 1.3.1'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
- jekyll-sitemap
|
|
||||||
|
|
||||||
url: "https://vm-operator.jdrupes.org"
|
url: "https://vm-operator.jdrupes.org"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue