Added script api and documentation

This commit is contained in:
Björn Ritzl
2020-11-02 12:03:09 +01:00
parent 87223b994e
commit f38c67fed8
5 changed files with 213 additions and 99 deletions

View File

@@ -0,0 +1,19 @@
name: Trigger site rebuild
on: [push]
jobs:
site-rebuild:
runs-on: ubuntu-latest
steps: [
{
name: 'Repository dispatch',
uses: defold/repository-dispatch@1.2.1,
with: {
repo: 'defold/defold.github.io',
token: '${{ secrets.GITHUB_TOKEN }}',
user: 'services@defold.se',
action: 'extension-camera'
}
}]