Skip to content

Commit

Permalink
build docs
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Feb 28, 2024
1 parent 32b2323 commit 4fefcb5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@ on:
push:
tags:
- '*.*.*'
# branches:
# - main
branches:
- main
paths-ignore:
- LICENSE
- README.*
- examples
pull_request:
paths-ignore:
- LICENSE
- README.*
- examples
env:
nim-version: 'stable'
nim-src: src/${{ github.event.repository.name }}.nim
Expand Down

0 comments on commit 4fefcb5

Please sign in to comment.