Skip to content

Commit

Permalink
Add visualisation job
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoVIII committed Jul 30, 2024
1 parent 3de9fe0 commit 716c028
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/visualise.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Visualize

on: workflow_dispatch

jobs:
visualize:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
output_file: "images/diagram.svg"
excluded_paths: "dist,node_modules"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ This means e.g. `2022/solutions/rust/03` is the solution to the third day of the
## Finished years

- ... None yet :(

## Repository structure

![Diagram](images/diagram.svg)
Empty file added images/diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 716c028

Please sign in to comment.