Replace JamesIves/github-pages-deploy-action by actions/deploy-pages
Opened this issue · 2 comments
thomvaill commented
Probably better to use the official Github actions, which does not involve the use of another branch anymore.
- In
.github/workflows/on-merge-to-develop.yml
- In our
README.md
example if it works correctly
mervyn-mccreight commented
I'd be interested in contributing here.
Using the deploy-pages action might need some configuration in the pages-settings of the repository which I'd not be able to do myself though (I think the steps needed are configuring "GitHub Actions" as build & deployment source for pages and I'm not sure whether this happens automatically after configuring that or if it has to be done manually, but one might need to create an environment named "github-pages").
thomvaill commented