Skip to content

Merge branch 'master' of https://github.com/defold/doc #1046

Merge branch 'master' of https://github.com/defold/doc

Merge branch 'master' of https://github.com/defold/doc #1046

name: Trigger site rebuild
on: [push]
jobs:
build:
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: 'docs'
}
}]