Update and rename sitemap xml.yml to sitemap.yml

This commit is contained in:
Boof 2022-12-15 10:13:53 +01:00 committed by GitHub
parent 920386f479
commit 7c0f747f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,21 @@ jobs:
fetch-depth: 0
- name: Generate the sitemap
id: sitemap
id: sitemapxml
uses: cicirello/generate-sitemap@v1
with:
base-url-path: https://boof.eu.org/
path-to-root: .
- name: Generate the sitemap
id: sitemaptxt
uses: cicirello/generate-sitemap@v1
with:
base-url-path: https://boof.eu.org/
path-to-root: .
sitemap-format: txt
additional-extensions: doc docx ppt pptx txt md exe lua py zip rar mp3 png wav jpg jpeg bin css js json php svg gif ogg swf ico otf ttf scss xml sh
- name: Output stats
run: |