Skip to content

Commit

Permalink
CI: Fix 404 on CI link testing (#3542)
Browse files Browse the repository at this point in the history
Not sure why, but youtube playlist links are 404ing.

I couldn't specify data-proofer-ignore since it's part of the Docsy
layout, so I ignored it at the htmltest layer.

Did some minor cleanup while I was in there as well - updating some yaml
formatting and updating the User-Agent as well.
  • Loading branch information
markmandel authored Dec 14, 2023
1 parent 75fc23a commit 9d5081e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,17 @@ no = 'Sorry to hear that. Please <a href="https://github.com/googleforgames/agon
name = "Slack"
url = "https://join.slack.com/t/agones/shared_invite/enQtMzE5NTE0NzkyOTk1LWU3ODAyZjdjMjNlYWIxZTAwODkxMGY3YWEyZjNjMjc4YWM1Zjk0OThlMGU2ZmUyMzRlMDljNDJiNmZlMGQ1M2U"
icon = "fab fa-slack"
desc = "Chat with other project users in #users"
desc = "Chat with other project users in #users"
[[params.links.user]]
name = "User mailing list"
url = "https://groups.google.com/forum/#!forum/agones-discuss"
icon = "fa fa-envelope"
desc = "Discussion and help from your fellow users"
desc = "Discussion and help from your fellow users"
[[params.links.user]]
name ="Twitter"
url = "https://twitter.com/agonesdev"
icon = "fab fa-twitter"
desc = "Follow us on Twitter to get the latest news!"
desc = "Follow us on Twitter to get the latest news!"
[[params.links.user]]
name ="Community Meetings"
url = "https://www.youtube.com/playlist?list=PLhkWKwFGACw2dFpdmwxOyUCzlGP2-n7uF"
Expand All @@ -149,12 +149,12 @@ no = 'Sorry to hear that. Please <a href="https://github.com/googleforgames/agon
name = "GitHub"
url = "https://github.com/googleforgames/agones"
icon = "fab fa-github"
desc = "Development takes place here!"
desc = "Development takes place here!"
[[params.links.developer]]
name = "Slack"
url = "https://join.slack.com/t/agones/shared_invite/enQtMzE5NTE0NzkyOTk1LWU3ODAyZjdjMjNlYWIxZTAwODkxMGY3YWEyZjNjMjc4YWM1Zjk0OThlMGU2ZmUyMzRlMDljNDJiNmZlMGQ1M2U"
icon = "fab fa-slack"
desc = "Chat with other project developers in #developers"
desc = "Chat with other project developers in #developers"
[[params.links.developer]]
name ="Community Meetings"
url = "https://www.youtube.com/playlist?list=PLhkWKwFGACw2dFpdmwxOyUCzlGP2-n7uF"
Expand Down
4 changes: 2 additions & 2 deletions site/htmltest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ ExternalTimeout: 60
IgnoreURLs:
- http://localhost
- https://twitter.com/agonesdev
- https://www.youtube.com/playlist
HTTPHeaders:
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/100.0.4896.127 Safari/537.36
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

0 comments on commit 9d5081e

Please sign in to comment.