2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-01-24 18:32:37 +00:00
Files
ublas/.github/workflows/docs.yml
2021-10-14 12:04:08 +05:30

24 lines
541 B
YAML

name: Docs
on:
push:
branches: [ feature/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
- name: asciidoctor-ghpages
uses: manoelcampos/asciidoctor-ghpages-action@v2
with:
asciidoctor_params: --attribute=nofooter
pdf_build: true