feat(docs): read through mkdocs material documentation and enabled a whole bunch of qol features

This commit is contained in:
SeaswimmerTheFsh 2024-01-07 18:52:25 +00:00
parent 174775daad
commit c179dd0649
Signed by untrusted user: cswimr
GPG key ID: D74DDDDF420E13DF
2 changed files with 27 additions and 3 deletions

View file

@ -37,6 +37,7 @@ jobs:
- name: Build documentation
run: |
export SITE_URL="https://$CI_ACTION_REF_NAME_SLUG.seacogs.coastalcommits.com"
export EDIT_URI="src/branch/$CI_ACTION_REF_NAME/.docs"
mkdocs build -v
continue-on-error: true