Merge branch 'github-actions' of https://github.com/talklittle/neocities into talklittle-github-actions

This commit is contained in:
Kyle Drake 2022-11-12 13:51:51 -06:00
commit e1416fd40f
8 changed files with 49 additions and 19 deletions

View file

@ -119,7 +119,7 @@ def flash_display(opts={})
end
def hcaptcha_valid?
return true if ENV['RACK_ENV'] == 'test' || ENV['TRAVIS']
return true if ENV['RACK_ENV'] == 'test' || ENV['CI']
return false unless params[:'h-captcha-response']
resp = Net::HTTP.get URI(