Compare commits
2 commits
712484986c
...
8357d4d498
Author | SHA1 | Date | |
---|---|---|---|
8357d4d498 | |||
e069da1cc4 |
2 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -63,7 +63,6 @@ markdown_extensions:
|
|||
|
||||
theme:
|
||||
name: material
|
||||
custom_dir: ./.docs/.overrides
|
||||
palette:
|
||||
- media: '(prefers-color-scheme: light)'
|
||||
scheme: default
|
||||
|
|
Loading…
Add table
Reference in a new issue