Skip to content

Merge pull request #46 from FlexYourBrain/master #102

Merge pull request #46 from FlexYourBrain/master

Merge pull request #46 from FlexYourBrain/master #102

name: Trigger site rebuild
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps: [{
name: 'Repository dispatch',
uses: defold/[email protected],
with: {
repo: 'defold/defold.github.io',
token: '${{ secrets.SERVICES_GITHUB_TOKEN }}',
user: '[email protected]',
action: 'examples'
}
}]