Skip to content

Commit

Permalink
Update sitemap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Feb 23, 2024
1 parent 3a5ec1a commit be4a698
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sitemap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
workflow_dispatch:
push:
branches: [ master ]
paths: [ 'modules' ]

defaults:
run:
working-directory: modules

jobs:
sitemap_job:
Expand All @@ -22,6 +25,7 @@ jobs:
uses: cicirello/generate-sitemap@v1
with:
base-url-path: https://mmrl.dergoogler.com/?module=
additional-extensions: json
sitemap-format: xml

- name: Output stats
Expand Down

0 comments on commit be4a698

Please sign in to comment.