Q-TicTacToe / .github /workflows /create-diagram.yml
Dripto Saha
Diagram file
516a9c4 unverified
raw
history blame contribute delete
394 Bytes
name: Create diagram
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
output_file: "diagram.svg"
excluded_paths: "ignore,.github,.idea"