0

Scully generates the project to project/dist/static.

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

Ole
  • 41,793
  • 59
  • 191
  • 359

1 Answers1

1

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