mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 17:17:11 -07:00
Adding theme generator workflow
This commit is contained in:
parent
c8ea631d8b
commit
f86ef3cca2
1 changed files with 15 additions and 0 deletions
15
.warp/workflows/update_changelog_gitbook.yml
Normal file
15
.warp/workflows/update_changelog_gitbook.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
name: "Run Warp themes preview generator"
|
||||
command: "python3 ./scripts/gen_theme_previews.py {{directory}}"
|
||||
tags:
|
||||
- warpdotdev
|
||||
- warpdotdev-dx
|
||||
description: "Run Warp themes preview generator"
|
||||
arguments:
|
||||
- name: directory
|
||||
description: The directory to generate themes for
|
||||
default_value: standard
|
||||
source_url: "https://warp.dev"
|
||||
author: elviskahoro
|
||||
author_url: "https://elvis.ai"
|
||||
shells: []
|
Loading…
Add table
Add a link
Reference in a new issue