Skip to content

Commit

Permalink
fix: locator in sitemap action (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto authored Dec 19, 2023
1 parent 6a14ba9 commit f241d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _doc-gen-sitemap/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
url="$input_dir${file%.html}"
fi
echo " <url>" >> $output
echo " <loc>$website$url</loc>" >> $output
echo " <loc>$website/$url</loc>" >> $output
echo " <lastmod>$(date +%Y-%m-%dT%H:%M:%S+00:00)</lastmod>" >> $output
echo " <changefreq>weekly</changefreq>" >> $output
echo " <priority>0.5</priority>" >> $output
Expand Down

0 comments on commit f241d54

Please sign in to comment.