Skip to content

GITBOOK-19: Update gateway config #57

GITBOOK-19: Update gateway config

GITBOOK-19: Update gateway config #57

Workflow file for this run

name: generate plantuml files
on:
push:
branches:
- docs
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:
message: "Render PlantUML files"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}