2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-01-26 19:12:12 +00:00
Files
ublas/.github/workflows/documentation.yml
Shikhar Vashistha dd51ba9dbe Triggering Page Build (#145)
* Improved Index, 
* Introduced syntax highlighting for C++
* Aggregated contributors List
* Added tutorial
* Improved formatting
2021-12-18 12:54:07 +05:30

22 lines
429 B
YAML

name: documentation
'on':
push:
paths:
- doc/**
pull_request:
paths:
- doc/**
jobs:
asciidoc:
runs-on: ubuntu-latest
name: asciidoc-documentation
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- uses: reitzig/actions-asciidoctor@v2.0.0
with:
version: 2.0.10
- run: asciidoctor doc/ublas.adoc