Skip to content

Commit

Permalink
Merge pull request #4076 from nulib/deploy/staging
Browse files Browse the repository at this point in the history
Deploy v9.4.2 to production
  • Loading branch information
mbklein authored Jul 31, 2024
2 parents 167e71e + a19c182 commit 73c83f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/lib/meadow/utils/sitemap.ex
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ defmodule Meadow.Utils.Sitemap do
defp generate_index(config) do
with date <- Date.utc_today() |> to_string(),
gz_url <-
config[:sitemap_url] |> URI.parse() |> URI.merge("sitemap.xml.gz") |> URI.to_string() do
config[:sitemap_url] |> Path.join("sitemap.xml.gz") do
XmlBuilder.element(:urlset, %{xmlns: "http://www.sitemaps.org/schemas/sitemap/0.9"}, [
XmlBuilder.element(:url, [
XmlBuilder.element(:loc, gz_url),
Expand Down
2 changes: 1 addition & 1 deletion app/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Code.require_file("lib/env.ex")
defmodule Meadow.MixProject do
use Mix.Project

@app_version "9.4.1"
@app_version "9.4.2"

def project do
[
Expand Down

0 comments on commit 73c83f5

Please sign in to comment.