Closed
Description
Is there a way we can use the add
option to only allow modified files to be written to the gh-pages
branch? This feature is available in gh-pages
Since I want to host multiple angular projects from the same github repository, whenever I run the ng deploy
it creates a fresh output.
On similar lines, I wanted to use the dest
option to ensure that all commits to gh-pages
branch occur on the respective project (/project-name/All-files) and not on the root directory (/All-files).
Any workaround or guidance will really help!