Spaces:
Build error
Build error
Dripto Saha commited on
Diagram file
Browse files
.github/workflows/create-diagram.yml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: Create diagram
|
| 2 |
+
on:
|
| 3 |
+
workflow_dispatch: {}
|
| 4 |
+
push:
|
| 5 |
+
branches:
|
| 6 |
+
- main
|
| 7 |
+
jobs:
|
| 8 |
+
get_data:
|
| 9 |
+
runs-on: ubuntu-latest
|
| 10 |
+
steps:
|
| 11 |
+
- name: Checkout code
|
| 12 |
+
uses: actions/checkout@master
|
| 13 |
+
- name: Update diagram
|
| 14 |
+
uses: githubocto/repo-visualizer@main
|