akdev1l / resume

I enjoy writing software more than writing resumes so i turned my resume into software.
https://resume.akdev.xyz
GNU General Public License v3.0
0 stars 0 forks source link

fix CF pages build error on master #7

Open akdev1l opened 2 years ago

akdev1l commented 2 years ago

CloudFlare tries to build all branches and PRs, because of this it fails as currently it is supposed to just deploy the output branch.

There must be a way of having it actually build the stuff in a container

see: https://dash.cloudflare.com/8f51c7e091af98ba843be6e0fc9743ba/pages/view/resume/f0de0f82-dfde-48f4-9353-9ffec90e361a

akdev1l commented 2 years ago

easy option: check CF_BRANCH and do nothing on master - should probably be in the makefile as to keep the build target the same across gh/cf