Skip to content

lets see if this workflow works #1

lets see if this workflow works

lets see if this workflow works #1

Workflow file for this run

name: Build chaiNNer.app
on:
release:
types:
- published
- edited
push:
branches:
- site-webhook
workflow_dispatch:
jobs:
build-site:
runs-on: ubuntu-latest
steps:
- name: Trigger chaiNNer.app build + deploy
uses: fjogeleit/http-request-action@v1
with:
url: 'https://api.github.com/repos/chaiNNer-org/chaiNNer-org.github.io/dispatches'
method: 'POST'
customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "token ${{ secrets.GITHUB_TOKEN }}"}'
data: '{"event_type": "webhook"}'