mirror of
https://github.com/vacp2p/research.logos.co.git
synced 2026-04-03 03:01:03 -04:00
* init commit * Update config.json * Update README.md * add image assets * adjust images src format * fix image links * Add files via upload * add cc footer * add video media * fix(staging): content changes and fixes * cleanup math included pages * Add principles * fixing date formats to ISO * minor updates * enabling data endpoints * add author profile ascii for test * add hanno ascii * editorial adj * add team * init Co-authored-by: amirhouieh <amir@status.im> Co-authored-by: Hanno Cornelius <hanno@status.im>
13 lines
285 B
YAML
13 lines
285 B
YAML
name: Vercel webhook
|
|
on:
|
|
push:
|
|
branches: [master]
|
|
jobs:
|
|
deployment:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Calling webhook
|
|
uses: fjogeleit/http-request-action@v1
|
|
with:
|
|
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
|
|
method: 'POST' |