Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbn30117 <106075265+rbn30117@users.noreply.github.com>2022-11-11 08:42:43 +0300
committerGitHub <noreply@github.com>2022-11-11 08:42:43 +0300
commitce35775e03778b4eaf02c97c0bff67e1076557bf (patch)
treedb70698ad3eb3dc7ba9d9c0e586931a24bafbe26
parentf3fb791a4f56b5d4dfe82736ea83d7aecf89d47e (diff)
Update faq.md (#1763)
Co-authored-by: stullesha <106075265+stullesha@users.noreply.github.com> Co-authored-by: Joe Mooring <joe@mooring.com>
-rw-r--r--content/en/troubleshooting/faq.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/en/troubleshooting/faq.md b/content/en/troubleshooting/faq.md
index 97a6aee1c..998f9bbbe 100644
--- a/content/en/troubleshooting/faq.md
+++ b/content/en/troubleshooting/faq.md
@@ -35,7 +35,9 @@ Yes you can! See [Configure with Environment Variables](/getting-started/configu
How to automate the "publish at intervals" part depends on your situation:
* If you deploy from your own PC/server, you can automate with [Cron](https://en.wikipedia.org/wiki/Cron) or similar.
-* If your site is hosted on a service similar to [Netlify](https://www.netlify.com/) you can use a service such as [ifttt](https://ifttt.com/date_and_time) to schedule the updates.
+* If your site is hosted on a service similar to [Netlify](https://www.netlify.com/) you can:
+ * Use a service such as [ifttt](https://ifttt.com/date_and_time) to schedule the updates
+ * Set up a deploy hook which you can run with a cron service to deploy your site at intervals, such as [cron-job.org](https://cron-job.org/) (both Netlify and Cloudflare Pages support deploy hooks)
Also see this Twitter thread: