Open
Description
Steps
- Add steps in existing main.yml to deploy to gh-pages.
- When caching artifacts across workflows is implemented
- There will have to be at least 2 workflows:
- Build, test.
- Deploy
- A third may be needed depending on whether workflows have support for setting dependencies internally, or workflow dependencies would have to be wired up using a wrapper workflow.
- Cache necessary output from build test workflow and use that in the deployment workflow.
- There will have to be at least 2 workflows:
- Finally update workflows in the template-repo.