Updated the outline docs for the editor #1089
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 'docs' | |
} | |
}] |