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

🚀 Set up an automated action to deploy new versioned docs when a new release is created in https://github.com/FCP-INDI/C-PAC/releases/ #244

Open
shnizzedy opened this issue Nov 10, 2020 · 1 comment

Comments

@shnizzedy
Copy link
Member

Related problem

We have to manually trigger the build of a new version of docs each time we release.

Proposed feature

All that needs to happen is

  1. Check out the source branch of this repository.
  2. Tag the HEAD with v{semver}-source with v{semver} == the tag of the new release of C-PAC.
  3. Push the tag to this repository.

A GitHub action is probably the simplest route to automate this behavior.

Alternatives

  • CircleCI
  • Travis
@shnizzedy
Copy link
Member Author

It would also be nice to publish a release in this repository for the versioned tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant