Skip to content

[ITerm][config]: change ITerm back to only z axis. this is still the … #409

[ITerm][config]: change ITerm back to only z axis. this is still the …

[ITerm][config]: change ITerm back to only z axis. this is still the … #409

Workflow file for this run

name: generate plantuml
on: push
jobs:
generate_plantuml:
runs-on: ubuntu-latest
name: plantuml
steps:
- name: checkout
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: plantuml
id: plantuml
uses: grassedge/[email protected]
with:
path: docs/UMLs
message: "Render PlantUML files"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}