Skip to content

Merge branch 'develop' of github.com:plepers/nanogl-primitives-2d int… #2

Merge branch 'develop' of github.com:plepers/nanogl-primitives-2d int…

Merge branch 'develop' of github.com:plepers/nanogl-primitives-2d int… #2

Workflow file for this run

name: Trigger docs re-build
on:
push:
branches:
- 'master'
jobs:
trigger_docs:
name: Trigger docs re-build
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'plepers',
repo: 'nanogl-docs',
workflow_id: 'main.yml',
ref: 'main'
})