|
@@ -3,17 +3,18 @@ name: Trigger site rebuild
|
|
|
on: [push]
|
|
|
|
|
|
jobs:
|
|
|
- build:
|
|
|
-
|
|
|
+ spellcheck:
|
|
|
runs-on: ubuntu-latest
|
|
|
+ steps:
|
|
|
+ - uses: actions/checkout@v4
|
|
|
+ - uses: rojopolis/[email protected]
|
|
|
|
|
|
- steps: [{
|
|
|
- name: 'Repository dispatch',
|
|
|
- uses: defold/[email protected],
|
|
|
- with: {
|
|
|
- repo: 'defold/defold.github.io',
|
|
|
- token: '${{ secrets.SERVICES_GITHUB_TOKEN }}',
|
|
|
- user: '[email protected]',
|
|
|
- action: 'docs'
|
|
|
- }
|
|
|
- }]
|
|
|
+ dispatch:
|
|
|
+ runs-on: ubuntu-latest
|
|
|
+ steps:
|
|
|
+ - uses: defold/[email protected]
|
|
|
+ with:
|
|
|
+ repo: defold/defold.github.io
|
|
|
+ token: ${{ secrets.SERVICES_GITHUB_TOKEN }}
|
|
|
+ user: [email protected]
|
|
|
+ action: docs
|