Skip to content
upload-cloud

GitHub Action

Compiiile Cloudflare Pages

0.1 Latest version

Compiiile Cloudflare Pages

upload-cloud

Compiiile Cloudflare Pages

Fast, easy publishing Compiiile sites to Cloudflare

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Compiiile Cloudflare Pages

uses: Akhu/compiiile-actions-cloudflare-pages@0.1

Learn more about this action in Akhu/compiiile-actions-cloudflare-pages

Choose a version

compiiile-actions-cloudflare-pages

A simple Github action to deploy a Compiiile site to CloudFlare page

Compiiile is a very clever, simple and beautiful Markdown to Website tranformer, get it here

But when you need to have multiple websites on a monorepo it can be difficult to simply use Netlify, Cloudflare Pages or Vercel to get multiples subdomains / site from 1 repo.

With this actions you can easily use the working directory and publish to cloudflare recipe to deploy several sites from a simple repository

About Actions Secrets

It can be a huge waste of time to understand from where Github Actions pull its secrets or env variables from your repository (for ACCOUNT_ID and CLOUDFLARE_API_TOKEN for example) so read this : https://stackoverflow.com/a/67998780/2474454