datasciencecampus / transport-network-performance

Measuring the performance of transport networks around urban centres
https://datasciencecampus.github.io/transport-network-performance/
MIT License
19 stars 1 forks source link

fix: added quartodoc build stage to render pages in gh-pages #282

Closed ethan-moss closed 4 months ago

ethan-moss commented 4 months ago

Description

Added quartodoc build stage to the quato-render runner so that API reference pages are built in the gh-pages branch. Fixes #281.

Also fixed a minor issue with README.md by migrating the 'Reder Docs' badge to track the quarto-render runner.

Motivation and Context

Resolve issue #281

Type of change

How Has This Been Tested?

Unable to test locally since it's a runner issue and the PR must be merged to dev or main to trigger. However, this stage was previously missing and needs to be added to ensure the API reference .qmd files are available before the quarto build steps.

Advice for reviewer

None

Checklist:

Additional comments

None