1
0
silverbullet/plugs/publish/publish.plug.yaml

16 lines
326 B
YAML
Raw Normal View History

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"