jekyll/action.yml

11 lines
192 B
YAML
Raw Normal View History

2024-08-14 12:16:13 -04:00
---
2024-08-14 12:35:44 -04:00
name: 'Jekyll'
description: 'Setup jekyll for TTGit actions'
2024-08-14 12:16:13 -04:00
runs:
using: 'composite'
steps:
2024-08-14 12:35:44 -04:00
- name: Install packages
2024-08-14 12:57:51 -04:00
run: bash $GITHUB_ACTION_PATH/run.sh
2024-08-14 12:16:13 -04:00
shell: bash