Skip to content

Commit

Permalink
docs(ci): add demo GitHub actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm committed Dec 11, 2023
1 parent bb12402 commit 73ca538
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/example-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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@v1
with:
config-file: ./examples/configuration-simple.yml
output-path: ./out
max-parallel: 1

0 comments on commit 73ca538

Please sign in to comment.