The source project of this merge request has been removed.
Exclude /direction/* from sitemap if PRIVATE_TOKEN is unset
If PRIVATE_TOKEN
variable is unset, direction page generator is not run. However the sitemap still includes some files under source/direction not explicitly ignore
d in config.rb. This leads to occasional errors in the build, see #4917.
I suggest ignoring source/direction/* entirely to reduce the probability of such errors. This change applies only to the build with PRIVATE_TOKEN
unset. The sitemap built with the variable set is unchanged.