From my private git repository, I would like to make a single file publicly available. Is there a way to achieve this in say GitHub, BitBucket or elsewhere?
Let me be more precise. I have a Latex project containing, say:
main.tex
chapters/chapter1.tex
...
chapters/chapterN.tex
main.pdf
I would like to make main.pdf
publicly available and distribute a link pointing to it, while keeping the remaining files private. Is there a way to achieve this?