Added doc builder trigger + funding.yml

This commit is contained in:
JCash
2020-09-03 15:24:19 +02:00
parent f3ea270c68
commit 90a654e639
2 changed files with 22 additions and 0 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.SERVICES_GITHUB_TOKEN }}',
user: 'services@defold.se',
action: 'extension-websocket'
}
}]