Skip to content

Merge branch 'update_doc' of github.com:labgem/PPanGGOLiN into update… #11

Merge branch 'update_doc' of github.com:labgem/PPanGGOLiN into update…

Merge branch 'update_doc' of github.com:labgem/PPanGGOLiN into update… #11

Workflow file for this run

name: Check documentation
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
# Standard drop-in approach that should work for most people.
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
build-command: "sphinx-build -b html . build/"
# Great extra actions to compose with:
# Create an artifact of the html output.
- uses: actions/upload-artifact@v1
with:
name: DocumentationHTML
path: docs/build/