Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub actions for deploying to gh-pages #62

Open
manastalukdar opened this issue Sep 13, 2019 · 0 comments
Open

GitHub actions for deploying to gh-pages #62

manastalukdar opened this issue Sep 13, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@manastalukdar
Copy link
Collaborator

manastalukdar commented Sep 13, 2019

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

@manastalukdar manastalukdar added the dependencies Pull requests that update a dependency file label Sep 13, 2019
@manastalukdar manastalukdar self-assigned this Sep 13, 2019
@manastalukdar manastalukdar added enhancement New feature or request and removed dependencies Pull requests that update a dependency file labels Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant