Skip to content

Commit

Permalink
chore: change generating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Feb 18, 2022
1 parent 9e6cd83 commit 2d5fd2c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
name: gh-pages

on:
"on":
push:
tags:
- 'v*.*.*'

env:
NIM_VERSION: '1.2.4'
NIM_VERSION: 'stable'

jobs:
gh-pages:
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,19 @@ jobs:
- run: nimble buildjs
- run: nimble examples
- run: nimble test -Y

test-docs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
nim-version:
- 'stable'
steps:
- uses: actions/checkout@v2.4.0
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim-version }}
- run: nimble install -Y
- run: nimble docs

0 comments on commit 2d5fd2c

Please sign in to comment.