Deploy Scully Static Folder with angular-cli-ghpages?

136 Views Asked by At

Scully generates the project to project/dist/static.

How do we deploy that instead of project/dist/project-name with angular-cli-ghpages?

1

There are 1 best solutions below

0
Danny Koppenhagen On

if you want to deploy your scully static site on github pages, the easiest way is to use this Github action:

https://github.com/marketplace/actions/scully-publish

Here is an example of how to use it:

https://github.com/d-koppenhagen/d-koppenhagen.de/blob/master/.github/workflows/nodejs.yml#L21-L25