Hi,
Is there an option to deploy the dist folder to a spesific folder in the gh-pages repository.
For example, I have 3 repositories of source code, and one repository for gh-pages.
I want that every repository will deploy its artifacts in its spesific directory in gh-pages repository.
that gh-pages repository will look like -
gh-pages repository
- repo1
- index.html
- repo2
- index.html
- repo3
- index.html
Is there any way to achive it?
Thanks.