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

Fix GH workflow so docs deploy on new releases #245

Merged
merged 2 commits into from
Apr 27, 2024

Commits on Apr 27, 2024

  1. Fix GH workflow so docs deploy on new releases

    Previously, when merging a new release, a new version of the docsite
    would not get deployed. Apparently I misunderstood the purpose of the
    `github.event.merged` property. I've changed this so that the step to
    determine the destination for the docsite (and hence whether the docsite
    should be deployed) looks for the `main` branch to be pushed and
    for `version.rb` to be updated.
    
    I've also fixed the index page for the docsite so it redirects to the
    correct release page.
    mcmire committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d9f6df5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9060a7 View commit details
    Browse the repository at this point in the history