From 85ca6c107f2a3db499eeb4503c8964d62c4d5982 Mon Sep 17 00:00:00 2001 From: Brian Graham <379322+Incognito@users.noreply.github.com> Date: Fri, 21 Jul 2023 08:47:38 +0200 Subject: [PATCH 1/2] Cloudflare docs update: Now requires changing build system version --- docs/content/documentation/deployment/cloudflare-pages.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/documentation/deployment/cloudflare-pages.md b/docs/content/documentation/deployment/cloudflare-pages.md index cec6f8d545..de2b4d6615 100644 --- a/docs/content/documentation/deployment/cloudflare-pages.md +++ b/docs/content/documentation/deployment/cloudflare-pages.md @@ -14,7 +14,8 @@ Cloudflare is a cloud solutions provider with a huge proprietary content deliver 5. Enter your project name. Keep in mind that if you would like to use the default Pages domain (pages.dev), this will be your website's future URL ("yourprojectname.pages.dev"). Additionally, select a production branch. 6. In _Build settings_, select Zola as the _Framework preset_. _Build command_ and _Build output directory_ will be filled automatically. 7. Toggle _Environment variables_ below and add `ZOLA_VERSION` as _a variable name_. Use `0.17.2` or a different Zola version as the _value_. -8. Finally, save and deploy. +8. Open the project _Settings_ tab and navigate to the _Builds & deployments_ sub-tab. Scroll down to _Build system version_ and click _Configure Production build system_. Change the build system from vrsion 2 to version 1 so that Zola will be installed. +9. Finally, save and deploy. Your website is now built and deployed to Cloudflare's network! You can add a custom domain or modify settings in the Pages dashboard. From 8e05d358df4e1fbe81d0d4d6a5677bf227d20d95 Mon Sep 17 00:00:00 2001 From: Brian Graham <379322+Incognito@users.noreply.github.com> Date: Sat, 22 Jul 2023 20:45:25 +0200 Subject: [PATCH 2/2] Update docs/content/documentation/deployment/cloudflare-pages.md --- docs/content/documentation/deployment/cloudflare-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/deployment/cloudflare-pages.md b/docs/content/documentation/deployment/cloudflare-pages.md index de2b4d6615..e0da2c17f0 100644 --- a/docs/content/documentation/deployment/cloudflare-pages.md +++ b/docs/content/documentation/deployment/cloudflare-pages.md @@ -14,7 +14,7 @@ Cloudflare is a cloud solutions provider with a huge proprietary content deliver 5. Enter your project name. Keep in mind that if you would like to use the default Pages domain (pages.dev), this will be your website's future URL ("yourprojectname.pages.dev"). Additionally, select a production branch. 6. In _Build settings_, select Zola as the _Framework preset_. _Build command_ and _Build output directory_ will be filled automatically. 7. Toggle _Environment variables_ below and add `ZOLA_VERSION` as _a variable name_. Use `0.17.2` or a different Zola version as the _value_. -8. Open the project _Settings_ tab and navigate to the _Builds & deployments_ sub-tab. Scroll down to _Build system version_ and click _Configure Production build system_. Change the build system from vrsion 2 to version 1 so that Zola will be installed. +8. Open the project _Settings_ tab and navigate to the _Builds & deployments_ sub-tab. Scroll down to _Build system version_ and click _Configure Production build system_. Change the build system from version 2 to version 1 so that Zola will be installed. 9. Finally, save and deploy. Your website is now built and deployed to Cloudflare's network! You can add a custom domain or modify settings in the Pages dashboard.