aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/docs.yaml (follow)
Commit message (Collapse)AuthorAgeLines
* Update CI action versionsGravatar Chris Lovering2024-01-30-6/+6
|
* Bump action step versions in CIGravatar Chris Lovering2023-05-31-9/+7
|
* Matrix test both 3.10 and 3.11 in CIGravatar Chris Lovering2022-12-11-9/+2
|
* Support 3.11 and bump CI to use 3.11Gravatar Chris Lovering2022-12-11-4/+4
|
* Use New Static Build Site API (#122)Gravatar Hassan Abouelela2022-10-26-0/+5
| | | | | | | | Updates the build the script to use the new API provided by the site to fetch and download artifacts. Additionally, metadata files are deleted in CI. They are only required for speeding up subsequent builds, which is not applicable in CI, and only increases the build size.
* Remove Unused Steps In CIGravatar Hassan Abouelela2022-09-18-8/+0
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Update poetry to use 1.2.0Gravatar Chris Lovering2022-09-11-3/+2
| | | | This change requires the use of venvs, rather than pip user installs
* Bump Python To 3.10 (#108)Gravatar ChrisJL2022-07-27-2/+2
|
* Speed Up Docs CIGravatar Hassan Abouelela2022-05-30-2/+0
| | | | | | Removes unnecessary `depends-on` to speed up builds. Signed-off-by: Hassan Abouelela <[email protected]>
* Pass Branch Name To Docs In CIGravatar Hassan Abouelela2022-05-29-0/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Check Out The Entire Repository For MultiversionGravatar Hassan Abouelela2022-05-29-1/+3
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Update Docs CI For MultiversionGravatar Hassan Abouelela2022-05-29-5/+34
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Restore Releases ChangelogGravatar Hassan Abouelela2022-05-29-1/+1
| | | | | | | Add the releases-based changelog system back, and migrate the old changelog entries. Signed-off-by: Hassan Abouelela <[email protected]>
* Install optional deps during CIGravatar Chris Lovering2022-03-31-1/+2
|
* Update GHA Docs Build To Match PyprojectGravatar Chris Lovering2022-02-24-1/+1
| | | | | | | Updates the command in GH actions to match the command in pyproject to generate the correct output. Kaizens a small fix in clean up.
* Move Doc Dependencies Into Dev SectionGravatar Hassan Abouelela2021-12-04-1/+1
|
* Add Documentation Deploy ActionGravatar Hassan Abouelela2021-12-02-0/+51
Adds a github action to deploy the documentation.