Skip to content

Commit

Permalink
Fix robots
Browse files Browse the repository at this point in the history
  • Loading branch information
tanrax committed Sep 27, 2023
1 parent a5eb16f commit 72a6d63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,15 @@ configure_github_pages() {
echo "python-valencia.es" > docs/CNAME
}

add_robots_txt() {
rm -rf docs/robots.txt
cp src/robots.txt docs/robots.txt
}

start() {
get_last_event
build_static_site
add_robots_txt
configure_github_pages
}

Expand Down

0 comments on commit 72a6d63

Please sign in to comment.