Skip to content

Demo Workflow

Demo Workflow #8

name: Demo Workflow
on:
workflow_dispatch:
jobs:
render-all-files:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Render All Files
uses: cbrgm/structuresmith@main
with:
# required
project: example/repo1
# optional
config: ./anvil.yml
output: ./out
templates: ./templates