Skip to content

fix: 검색결과 q 참조방식 변경 #43

fix: 검색결과 q 참조방식 변경

fix: 검색결과 q 참조방식 변경 #43

Workflow file for this run

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:
excluded_paths: "ignore,.github"