Skip to content

Commit

Permalink
Continue workflow if c4 validation fails
Browse files Browse the repository at this point in the history
This is a temporary fix to hopefully make deployments work again
  • Loading branch information
peteryates committed Nov 20, 2023
1 parent 1b95efd commit 3f29b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ jobs:

- name: Generate C4 Views
run: ./bin/c4-to-plantuml.sh
continue-on-error: true

- name: Generate Images and documents for C4 views
run: ./bin/plantuml-to-png.sh
Expand Down

0 comments on commit 3f29b1d

Please sign in to comment.