Skip to content

Commit

Permalink
Fix for sitemap.xml not being generated
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbermouth committed Nov 24, 2024
1 parent 4784dce commit 72c20f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Build site
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SITE_URL: "https://www.jabbermouth.co.uk"
run: mkdocs build

- name: Upload artifact
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ copyright: Copyright © 2020-2024 Neil Docherty
repo_name: jabbermouth/blog
repo_url: https://github.com/jabbermouth/blog
edit_uri: edit/main/docs/
site_url: !ENV [SITE_URL, http://127.0.0.1:8000]

plugins:
- search
Expand Down

0 comments on commit 72c20f3

Please sign in to comment.