ttpages/action.yml
2024-08-14 12:37:47 -04:00

16 lines
324 B
YAML

---
name: 'TTPages'
description: 'Publish your static web content for TTPages'
inputs:
path:
description: 'The path to content to publish'
required: false
default: 'dist'
runs:
using: 'composite'
steps:
- id: ttpages-action
run: $GITHUB_ACTION_PATH/run.sh '${{ inputs.path }}'
shell: bash