9.4.0 Fix R.ifElse (#751) #65
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Repo Visuals | |
on: | |
workflow_dispatch: {} | |
push: | |
branches: | |
- master | |
jobs: | |
repo-visuals: | |
name: repo-visuals | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@master | |
- name: Update diagram | |
uses: githubocto/[email protected] | |
with: | |
output_file: "repo-visualizer.svg" | |
excluded_paths: ".vscode" |