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

Implement GH Actions to publish new release to GH Pages #84

Open
oybed opened this issue May 20, 2021 · 0 comments
Open

Implement GH Actions to publish new release to GH Pages #84

oybed opened this issue May 20, 2021 · 0 comments

Comments

@oybed
Copy link
Contributor

oybed commented May 20, 2021

Currently the redhat.com branch is used to host GH Pages under https://rht-labs.github.io/infographic/. While using relative paths work for this use-case, there are other consumers of this branch (e.g.: redhat.com) that need the various image, css and js paths to be absolute.

This issue is to track the work needed with GH Actions to do the following:

  1. When a new release is published (based on master branch) it will trigger the GH action
  2. Update any images/ css/ js/ references to use the absolute URL, i.e.: https://rht-labs.github.io/infographic/images/, etc.
  3. Push the changes to the redhat.com branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant