Skip to content

Alpha v0.21.1

Alpha v0.21.1 #27

Workflow file for this run

name: Build chaiNNer.app
on:
release:
types:
- published
- edited
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"}'
bearerToken: ${{ secrets.GH_TEST_TOKEN }}
data: '{"event_type": "webhook"}'