Skip to content

Commit

Permalink
Create check_doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy authored Nov 13, 2023
1 parent 1517235 commit 40b4a85
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/check_doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI

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/"
# Great extra actions to compose with:
# Create an artifact of the html output.
- uses: actions/upload-artifact@v1
with:
name: DocumentationHTML
path: docs/_build/html/

0 comments on commit 40b4a85

Please sign in to comment.