* 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>
This commit is contained in:
amir houieh
2022-06-10 14:52:01 +02:00
committed by GitHub
parent 2187fbbe11
commit 92668b43b3
158 changed files with 395 additions and 9560 deletions

View File

@@ -1,24 +0,0 @@
name: Add new issues and PRs to vac-research PM Board
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
add-new-issue-to-new-column:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.6.0
with:
project: vac-research
column: New
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}
- name: Add pull request to column "Review/QA"
if: ${{ !!github.event.pull_request }}
uses: alex-page/github-project-automation-plus@v0.6.0
with:
project: vac-research
column: Review/QA
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}

View File

@@ -0,0 +1,13 @@
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'

View File

@@ -0,0 +1,13 @@
name: Vercel webhook
on:
push:
branches: [staging]
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- name: Calling webhook
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.VERCEL_WEBHOOK_STAGING }}
method: 'POST'