forked from cswimr/SeaCogs
fix(workflow): do not continue with the documentation build if the build fails
This commit is contained in:
parent
712484986c
commit
e069da1cc4
1 changed files with 0 additions and 2 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
|
||||
|
|
Loading…
Reference in a new issue