-
Notifications
You must be signed in to change notification settings - Fork 6
27 lines (26 loc) · 997 Bytes
/
diagram.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<<<<<<< HEAD
name: create diagram
=======
name: Create diagram
>>>>>>> f6291ff9afa023b7888456d700119b5c25816b48
on:
workflow_dispatch: {}
push:
branches:
- emulator_structure
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
<<<<<<< HEAD
excluded_paths: "ignore,.github,causal, data, prepare_data.py, requirements.txt, test.txt, tests.py, .circleci"
=======
max_depth: 7
excluded_globs: "frontend/*.spec.js;**/*.{png,jpg};**/!(*.module).ts/**/*.{txt,md}"
excluded_paths: ".esg, .circleci, emulator/logs, ignore,.github, causal, causalpaca2, data_building, deprecated, env39, notebooks, diagram.svg, download_cliateset.sh, requirements.txt, requirements2.txt, requirements37.txt, requirements_data.txt, setup.sh, tests.py"
>>>>>>> f6291ff9afa023b7888456d700119b5c25816b48