[ How To ] how to deploy this to Cloudflare Pages? #775
-
Hi I tried to deploy this to Cloudflare Pages but I couldnt CF-pages doesnt support Ruby Version more 2.7.6 but So how can I deploy it to cloudflare pages |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
The easiest way, will be to use the default GitHub Actions to generate the site and push it to the You may also use the |
Beta Was this translation helpful? Give feedback.
-
thanks for your response a part of github action log:
|
Beta Was this translation helpful? Give feedback.
-
You can remove the Line 110 in 99b14c4 Also, to make GitHub Actions push the generated site on any branch other than al-folio/.github/workflows/deploy.yml Line 38 in 99b14c4 You can change the |
Beta Was this translation helpful? Give feedback.
-
Converting this issue into a discussion. |
Beta Was this translation helpful? Give feedback.
-
Currently. I host my website on |
Beta Was this translation helpful? Give feedback.
You can remove the
[ci-skip]
by changing the following line in thebin/deploy
script.al-folio/bin/deploy
Line 110 in 99b14c4
Also, to make GitHub Actions push the generated site on any branch other than
gh-pages
, you will need to edit the following line in the.github/workflows/deploy.yml
script.al-folio/.github/workflows/deploy.yml
Line 38 in 99b14c4
You can change the
gh-pages
in the above line tocf-pages
that will make GitHub Actions automatically push to thecf-pages
branch.