mirror of
https://github.com/penpot/penpot.git
synced 2026-01-24 06:10:56 -05:00
Compare commits
1 Commits
bameda-ci-
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
058c20c2e2 |
11
.github/workflows/plugins-deploy-package.yml
vendored
Normal file
11
.github/workflows/plugins-deploy-package.yml
vendored
Normal 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!"
|
||||
11
.github/workflows/plugins-deploy-packages.yml
vendored
Normal file
11
.github/workflows/plugins-deploy-packages.yml
vendored
Normal 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!"
|
||||
4
plugins/apps/colors-to-tokens-plugin/wrangle.toml
Normal file
4
plugins/apps/colors-to-tokens-plugin/wrangle.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
name = "color-to-tokens-plugin"
|
||||
compatibility_date = "2025-01-01"
|
||||
|
||||
assets = { directory = "../../dist/apps/color-to-tokens-plugin/browser" }
|
||||
4
plugins/apps/contrast-plugin/wrangle.toml
Normal file
4
plugins/apps/contrast-plugin/wrangle.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
name = "contrast-plugin"
|
||||
compatibility_date = "2025-01-01"
|
||||
|
||||
assets = { directory = "../../dist/apps/contrast-plugin/browser" }
|
||||
4
plugins/apps/create-palette-plugin/wrangle.toml
Normal file
4
plugins/apps/create-palette-plugin/wrangle.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
name = "create-palette-plugin"
|
||||
compatibility_date = "2025-01-01"
|
||||
|
||||
assets = { directory = "../../dist/apps/create-palette-plugin" }
|
||||
4
plugins/apps/icons-plugin/wrangle.toml
Normal file
4
plugins/apps/icons-plugin/wrangle.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
name = "icons-plugin"
|
||||
compatibility_date = "2025-01-01"
|
||||
|
||||
assets = { directory = "../../dist/apps/icons-plugin/browser" }
|
||||
4
plugins/apps/lorem-ipsum-plugin/wrangle.toml
Normal file
4
plugins/apps/lorem-ipsum-plugin/wrangle.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
name = "lorem-ipsum-plugin"
|
||||
compatibility_date = "2025-01-01"
|
||||
|
||||
assets = { directory = "../../dist/apps/lorem-ipsum-plugin/browser" }
|
||||
5
plugins/apps/rename-layers-plugin/wrangle.toml
Normal file
5
plugins/apps/rename-layers-plugin/wrangle.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
name = "rename-layers-plugin"
|
||||
compatibility_date = "2025-01-01"
|
||||
|
||||
assets = { directory = "../../dist/apps/rename-layers-plugin/browser" }
|
||||
|
||||
5
plugins/apps/table-plugin/wrangle.toml
Normal file
5
plugins/apps/table-plugin/wrangle.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
name = "table-plugin"
|
||||
compatibility_date = "2025-01-01"
|
||||
|
||||
assets = { directory = "../../dist/apps/table-plugin/browser" }
|
||||
|
||||
Reference in New Issue
Block a user