Skip to content

Remove warning about using layouts in conjunction with templates #1057

Remove warning about using layouts in conjunction with templates

Remove warning about using layouts in conjunction with templates #1057

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'
}
}]