Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Cant Upload to Github, any alternatives ?

  • #10238
    Avatar photo[anonymous]

    page: https://www.maktuel.com

    github repositary :  https://github.com/jmalinie/maktuel

    i m having problem with connecting to deploying to github server.

    i use publii to deploy cloudflare pages via github repositary however my repository is now about 1.3 gb and github repositaries allows 1gb .

    At the beginning, it was fine to deploy..no problem at all.

    i m publishing static blog website and website size will increase more in future.

    Are there any way to deploy directly to cloudflare pages using with publii ?

    Thanks

    #10242
    Avatar photo[anonymous]

    As far as I know there is currently no way, why don’t you switch to Netlify? If you don’t have a lot of traffic the free plan is enough.

    #10245
    Avatar photo[anonymous]

    You sort of can.

    First, choose .zip in your Server settings in Publii, choose Non-compressed, and Sync your website as usual.

    Then directly upload the generated files via Drag and Drop or Wrangler CLI tool as described here:

    https://developers.cloudflare.com/pages/platform/direct-upload/

    Drag and Drop method has a 1,000 file limit, Wrangler has a 20,000 file limit.