mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 22:28:25 +00:00
chore(deps): update package-lock.json and update website url checks (#5165)
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
3
.github/workflows/website.yml
vendored
3
.github/workflows/website.yml
vendored
@@ -86,12 +86,14 @@ jobs:
|
||||
# medium.com => was being rate limited: HTTP 429
|
||||
# twitter.com => too many redirections
|
||||
# www.flaticon.com => 403 error
|
||||
# www.freepik.com => 403 error
|
||||
- run: |
|
||||
./muffet \
|
||||
-e 'https://medium.com/runatlantis' \
|
||||
-e 'https://dev.to/*' \
|
||||
-e 'https://twitter.com/*' \
|
||||
-e 'https://www.flaticon.com/*' \
|
||||
-e 'https://www.freepik.com/*' \
|
||||
-e 'https://github\.com/runatlantis/atlantis/edit/main/.*' \
|
||||
-e 'https://github.com/runatlantis/helm-charts#customization' \
|
||||
-e 'https://github.com/sethvargo/atlantis-on-gke/blob/master/terraform/tls.tf#L64-L84' \
|
||||
@@ -99,6 +101,7 @@ jobs:
|
||||
--header 'User-Agent: Muffet' \
|
||||
--header 'Accept-Encoding:deflate, gzip' \
|
||||
--buffer-size 8192 \
|
||||
--timeout 300 \
|
||||
http://localhost:8080/
|
||||
|
||||
skip-link-check:
|
||||
|
||||
Reference in New Issue
Block a user