Skip to content

nimble: version bump #21

nimble: version bump

nimble: version bump #21

Workflow file for this run

name: Docgen
on:
push:
branches:
- master
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: 'stable'
- name: Run documentaion generation
run: nimble genDoc
- name: Push
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: docs
FOLDER: docs
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MESSAGE: "generating docs for commit: {sha}"