Openstatus www.openstatus.dev

chore: update deploy workflow (#1498)

authored by

Thibault Le Ouay and committed by
GitHub
ccf284b4 c891f22e

+1 -13
+1
.github/workflows/deploy-workflows.yml
··· 9 9 - "packages/emails/**" 10 10 - "packages/utils/**" 11 11 - "packages/tsconfig/**" 12 + - "packages/notifications/**" 12 13 jobs: 13 14 deploy-workflows: 14 15 name: Deploy Workflows
-13
packages/notifications/webhook/README.md
··· 1 1 # @openstatus/notification-webhook 2 2 To install dependencies: 3 - 4 - ```bash 5 - bun install 6 - ``` 7 - 8 - To run: 9 - 10 - ```bash 11 - bun run src/index.ts 12 - ``` 13 - 14 - This project was created using `bun init` in bun v1.0.0. [Bun](https://bun.sh) 15 - is a fast all-in-one JavaScript runtime.