Add entry about SEMANTIC_TYPE_TEXTURE_TRANSFORM_2D (#609) #1354
This file contains hidden or 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: | |
| spellcheck: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: rojopolis/spellcheck-github-actions@0.47.0 | |
| dispatch: | |
| runs-on: ubuntu-latest | |
| needs: spellcheck | |
| steps: | |
| - uses: defold/repository-dispatch@1.2.1 | |
| with: | |
| repo: defold/defold.github.io | |
| token: ${{ secrets.SERVICES_GITHUB_TOKEN }} | |
| user: services@defold.se | |
| action: docs |