Skip to content

Commit

Permalink
Merge pull request #23 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 5f92d17 + c13c87c commit c034be4
Show file tree
Hide file tree
Showing 7 changed files with 6,827 additions and 2,742 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 c034be4

Please # to comment.