mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
Update and rename sitemap xml.yml to sitemap.yml
This commit is contained in:
parent
920386f479
commit
7c0f747f1f
@ -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: |
|
||||
Loading…
x
Reference in New Issue
Block a user