Commit 4763743
committed
fix: Don’t keep history on gh-pages branch
It get’s big and is fairly pointless. It’s not a great way to keep track
of changes because it’s build output, not actual source. The source is
in the main project.
Long term we should move to not using the gh-pages branch, but deploying
the web site as a build asset, but that requires reconfiguring the git
project. This is a quick hack that solves the worst of it.
See: https://github.com/peaceiris/actions-gh-pages?tab=readme-ov-file#%EF%B8%8F-force-orphan-force_orphan for details.1 parent 5fb0c2e commit 4763743
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
| 665 | + | |
665 | 666 | | |
666 | 667 | | |
667 | 668 | | |
| |||
773 | 774 | | |
774 | 775 | | |
775 | 776 | | |
776 | | - | |
| 777 | + | |
777 | 778 | | |
778 | 779 | | |
779 | 780 | | |
| |||
0 commit comments