Compare commits
No commits in common. "8357d4d498cff854ac1bec1343fa88ddb8613d63" and "712484986c154296dbb3d4a47feaddceba060fb7" have entirely different histories.
8357d4d498
...
712484986c
2 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,7 @@ jobs:
|
||||||
export SITE_URL="https://$CI_ACTION_REF_NAME_SLUG.seacogs.coastalcommits.com"
|
export SITE_URL="https://$CI_ACTION_REF_NAME_SLUG.seacogs.coastalcommits.com"
|
||||||
export EDIT_URI="src/branch/$CI_ACTION_REF_NAME/.docs"
|
export EDIT_URI="src/branch/$CI_ACTION_REF_NAME/.docs"
|
||||||
mkdocs build -v
|
mkdocs build -v
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Deploy documentation
|
- name: Deploy documentation
|
||||||
run: |
|
run: |
|
||||||
|
@ -62,3 +63,4 @@ jobs:
|
||||||
echo "${GREEN}https://$CI_ACTION_REF_NAME_SLUG.seacogs.coastalcommits.com/"
|
echo "${GREEN}https://$CI_ACTION_REF_NAME_SLUG.seacogs.coastalcommits.com/"
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||||
|
continue-on-error: true
|
||||||
|
|
|
@ -63,6 +63,7 @@ markdown_extensions:
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
custom_dir: ./.docs/.overrides
|
||||||
palette:
|
palette:
|
||||||
- media: '(prefers-color-scheme: light)'
|
- media: '(prefers-color-scheme: light)'
|
||||||
scheme: default
|
scheme: default
|
||||||
|
|
Loading…
Add table
Reference in a new issue