Compare commits

...

1 Commits

Author SHA1 Message Date
David Barragán Merino
058c20c2e2 🔧 Add deploy plugin packages workflow placeholder and wrangle config files 2026-01-23 20:39:39 +01:00
9 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
name: Plugins/package deployer
on:
workflow_dispatch:
jobs:
print_text_job:
runs-on: ubuntu-latest
steps:
- name: Print Hello World
run: echo "Hello, World!"

View File

@@ -0,0 +1,11 @@
name: Plugins/packages deployer
on:
workflow_dispatch:
jobs:
print_text_job:
runs-on: ubuntu-latest
steps:
- name: Print Hello World
run: echo "Hello, World!"

View File

@@ -0,0 +1,4 @@
name = "color-to-tokens-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/color-to-tokens-plugin/browser" }

View File

@@ -0,0 +1,4 @@
name = "contrast-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/contrast-plugin/browser" }

View File

@@ -0,0 +1,4 @@
name = "create-palette-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/create-palette-plugin" }

View File

@@ -0,0 +1,4 @@
name = "icons-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/icons-plugin/browser" }

View File

@@ -0,0 +1,4 @@
name = "lorem-ipsum-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/lorem-ipsum-plugin/browser" }

View File

@@ -0,0 +1,5 @@
name = "rename-layers-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/rename-layers-plugin/browser" }

View File

@@ -0,0 +1,5 @@
name = "table-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/table-plugin/browser" }