mirror of
https://github.com/boostorg/ublas.git
synced 2026-01-24 18:32:37 +00:00
24 lines
541 B
YAML
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
|