diff options
| author | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-06-05 01:20:15 +0000 |
|---|---|---|
| committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-06-05 01:20:15 +0000 |
| commit | 3cb477eaad92143493e65da8a33c01794d8577b4 (patch) | |
| tree | f2e06a68a99841168d57570c0923dfd5e09f3213 | |
| parent | 7af42a7fa72af29b99c91335dc11213c711b1ba8 (diff) | |
| download | doc-3cb477eaad92143493e65da8a33c01794d8577b4.tar.gz doc-3cb477eaad92143493e65da8a33c01794d8577b4.zip | |
website: Move google-site-verification to the static dir
There are many build failures with timeout on our ci, with the following
message:
Error: Error building site:
"/workspace/doc/website/content/en/google96eb5b100ed66487.html:1:1":
timed out initializing value. You may have a circular loop in a
shortcode, or your site may have resources that take longer to build
than the `timeout` limit in your Hugo config file. *** [build] Error
code 255
This is an attempt to fix that without increasing timeout, this way Hugo
won't handle these files anymore.
Structure before:
$ find website/public/ | grep google
website/public/google96eb5b100ed66487
website/public/google96eb5b100ed66487/index.html
website/public/google6bb24ed0b804d5e9
website/public/google6bb24ed0b804d5e9/index.html
After:
$ find website/public/ | grep google
website/public/google6bb24ed0b804d5e9.html
website/public/google96eb5b100ed66487.html
PR: 256367
Reported by: wosch
| -rw-r--r-- | website/static/google6bb24ed0b804d5e9.html (renamed from website/content/en/google6bb24ed0b804d5e9.html) | 0 | ||||
| -rw-r--r-- | website/static/google96eb5b100ed66487.html (renamed from website/content/en/google96eb5b100ed66487.html) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/website/content/en/google6bb24ed0b804d5e9.html b/website/static/google6bb24ed0b804d5e9.html index 377e14d182..377e14d182 100644 --- a/website/content/en/google6bb24ed0b804d5e9.html +++ b/website/static/google6bb24ed0b804d5e9.html diff --git a/website/content/en/google96eb5b100ed66487.html b/website/static/google96eb5b100ed66487.html index 902006db6d..902006db6d 100644 --- a/website/content/en/google96eb5b100ed66487.html +++ b/website/static/google96eb5b100ed66487.html |
