Open n1ckoates opened 1 month ago
The last time I digged into this the gh-pages
branch name was required – that might have changed. Open to a PR if there's a better way of handling this.
Here an example of how it's can be done. https://github.com/AugustinMauroy/augustinmauroy.github.io/blob/main/.github/workflows/github_pages.yml I'm not 100% sure if the turbo repo is correctly implemented maybe ask Anthony if such a workflow is added to this repo
Hi!
Is there a reason this template doesn't use GitHub Actions to automatically deploy to GH Pages? That wouldn't require a separate
gh-pages
branch, nor would users have to manually runnpm run deploy
each time.Happy to submit a PR to add that if you'd like!