Compare commits

..

2 commits

Author SHA1 Message Date
8357d4d498
fix(docs): fix error causing documentation to fail to build
Some checks failed
Actions / Lint Code (Pylint) (push) Successful in 15s
Actions / Build Documentation (MkDocs) (push) Failing after 7s
2024-01-16 17:47:07 +00:00
e069da1cc4
fix(workflow): do not continue with the documentation build if the build fails 2024-01-16 17:46:58 +00:00
2 changed files with 0 additions and 3 deletions

View file

@ -39,7 +39,6 @@ jobs:
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
- name: Deploy documentation
run: |
@ -63,4 +62,3 @@ jobs:
echo "${GREEN}https://$CI_ACTION_REF_NAME_SLUG.seacogs.coastalcommits.com/"
env:
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
continue-on-error: true

View file

@ -63,7 +63,6 @@ markdown_extensions:
theme:
name: material
custom_dir: ./.docs/.overrides
palette:
- media: '(prefers-color-scheme: light)'
scheme: default