Skip to content

GitHub actions for deploying to gh-pages #62

Open
@manastalukdar

Description

@manastalukdar

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.
  • Finally update workflows in the template-repo.

Useful

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions