Skip to content

Commit

Permalink
ci: add CI for asciidoc documentation compilation (boostorg#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
shikharvashistha authored Nov 6, 2021
1 parent d07ab80 commit dae5364
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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/[email protected]
with:
version: 2.0.10
- run: asciidoctor doc/ublas.adoc

0 comments on commit dae5364

Please sign in to comment.