Skip to content

Commit

Permalink
m2r update readme and upload html artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jun 17, 2020
1 parent 1ca39ff commit 847d8d0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,21 @@ jobs:
pip install sphinx sphinx-rtd-theme
sphinx-build --version
- name: Install Markdown 2 RST
run: |
pip install m2r
m2r --version
- name: Compile docs
run: |
m2r README.md
mv README.md README.rst
cd docs/
make html
# Artifact uploads
- name: artifact Docs HTML
uses: actions/upload-artifact@v2
with:
name: docs-build-html
path: docs/_build/*

0 comments on commit 847d8d0

Please sign in to comment.