1
0
silverbullet/plugs/publish/publish.plug.yaml
2022-11-01 17:03:42 +01:00

16 lines
326 B
YAML

name: publish
imports:
- https://get.silverbullet.md/global.plug.json
requiredPermissions:
- fs
assets:
- "assets/*"
functions:
publishAll:
path: "./publish.ts:publishAll"
env: server
publishAllCommand:
path: "./publish.ts:publishAllCommand"
command:
name: "Silver Bullet Publish: Publish All"