Skip to content

feature: add github actions to build and deploy site (#74) #59

feature: add github actions to build and deploy site (#74)

feature: add github actions to build and deploy site (#74) #59

Workflow file for this run

name: Build site
on:
push:
branches:
- develop
jobs:
trigger-webhook:
runs-on: ubuntu-latest
steps:
- name: Trigger Webhook
run: |
curl -X POST -d '{}' ${{ secrets.WEBHOOK_URL }}