Hi,
I'm converting my doc from travis to github actions.
Every time I push to master branch, I have an action that builds the documentation that I want to push on the gh-pages branch. But I don't care about keeping the doc history (this will increase the clone of the main repo).
I Travis I just needed to add a keep-history: false
Hi, I'm converting my doc from travis to github actions. Every time I push to master branch, I have an action that builds the documentation that I want to push on the
gh-pages
branch. But I don't care about keeping the doc history (this will increase the clone of the main repo).I Travis I just needed to add a
keep-history: false
Do you know how to achieve this?
Thanks a lot