Skip to content

Add new color scheme #25

Add new color scheme

Add new color scheme #25

name: Create structure diagram
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@main
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
excluded_paths: "results/_freeze"
file_colors: "{'R':'#a6cee3','Rd':'#1f78b4','bib':'#b2df8a','gitignore':'#33a02c','man':'#fb9a99','md':'#e31a1c','py':'#fdbf6f','qmd':'#ff7f00','sh':'#cab2d6','svg':'#6a3d9a','xml':'#ffff99','yml':'#b15928'}"