Skip to content

Commit

Permalink
Merge pull request #45 from evanmartiin/develop
Browse files Browse the repository at this point in the history
[Docs] Add documentation
  • Loading branch information
plepers authored Dec 5, 2023
2 parents 7bd767f + df07a1e commit 943bce0
Show file tree
Hide file tree
Showing 67 changed files with 72,279 additions and 1,455 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Trigger docs re-build

on:
push:
branches:
- 'develop'

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

0 comments on commit 943bce0

Please sign in to comment.