Brightspace / render-docs-action

A GitHub Action to render docs for https://docs.d2l.dev
Apache License 2.0
1 stars 0 forks source link

Add support for branches other than master #68

Closed cpacey closed 3 years ago

cpacey commented 3 years ago

The goal is to support non-master default branches, such as "main". It turned out to be easier to have the output use the current branch - the current branch is provided by GitHub Actions, whereas the default branch requires making API calls.