Skip to content

* misc_model _target and group entity _targetname key aliases for bak… #7

* misc_model _target and group entity _targetname key aliases for bak…

* misc_model _target and group entity _targetname key aliases for bak… #7

Workflow file for this run

name: shaderManual_deploy
on:
push:
branches: ["master"]
paths:
- 'docs/shaderManual/**'
workflow_dispatch:
jobs:
shaderManual_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.ACTION_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'Garux',
repo: 'shaderManual',
workflow_id: 'static.yml',
ref: 'main'
})