We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e99aa2 commit 0c80a75Copy full SHA for 0c80a75
.github/workflows/website.yml
@@ -85,11 +85,13 @@ jobs:
85
86
# medium.com => was being rate limited: HTTP 429
87
# twitter.com => too many redirections
88
+ # flaticon.com => 403 error
89
- run: |
90
./muffet \
91
-e 'https://medium.com/runatlantis' \
92
-e 'https://dev.to/*' \
93
-e 'https://twitter.com/*' \
94
+ -e 'https://flaticon.com/*' \
95
-e 'https://github\.com/runatlantis/atlantis/edit/main/.*' \
96
-e 'https://github.com/runatlantis/helm-charts#customization' \
97
-e 'https://github.com/sethvargo/atlantis-on-gke/blob/master/terraform/tls.tf#L64-L84' \
0 commit comments