SSWConsulting / SSW.CleanArchitecture

SSW Clean Architecture Template
https://sswconsulting.github.io/SSW.CleanArchitecture/
MIT License
100 stars 19 forks source link

Separate Repo for ADR Website #257

Open danielmackay opened 4 months ago

danielmackay commented 4 months ago

CC: @GordonBeeming @jernejk

Currently, publishing Log4Brains creates a next.js website which is published to the gh-pages branch. While this is a simple option, it does open up the possibility of this brain being merged to main in which would be catestrophic.

Acceptance Critieria

  1. Investigate if we should default to a branch or separate repo for the ADR website
  2. If we stick to the current approach, document in the readme how to configure a separate repo for the ADR website.
Hona commented 4 months ago

You can publish to github pages without pushing to a branch - its the new suggested approach.

See more here https://github.com/actions/deploy-pages

I've done this on my own site also: https://github.com/Hona/VerticalSliceArchitecture.Documentation/blob/main/.github/workflows/deploy.yml