Skip to content

Commit a7c15d3

Browse files
committed
Ignore graph generation failure for deployment
Continue with deploying if the graphs generation fails.
1 parent 99181a1 commit a7c15d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: make import
2929

3030
- name: Generate newer usage graphs
31+
continue-on-error: true
3132
run: |
3233
pip3 install click requests pygal
3334
python3 files/generate_usage.py

0 commit comments

Comments
 (0)