You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [build]
- base = "."
- publish = "_site"
- command = "bundle exec bin/download && bundle exec bin/build"
-
- [template]
- incoming-hooks = ["Morph scrape completed"]
-
- [template.environment]
- # eg https://api.morph.io/adrianshort/inlink-scraper/data.json
- MORPH_API_URL = "Your public inlink-scraper Morph API URL (ends in data.json)"
- MORPH_API_KEY = "Your secret Morph API key"
|