Skip to content

Fixing RST formatting in README #13

Fixing RST formatting in README

Fixing RST formatting in README #13

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Update package index
run: sudo apt-get update
- name: Install Pandoc
run: sudo apt-get -y install pandoc
- name: Install Tox and any other packages
run: pip install tox
- name: Make HTML Docs
run: tox -e doc
- name: deploy
uses: JamesIves/[email protected]
with:
token: ${{ secrets.ACCESS_TOKEN }}
repository-name: ${{ github.repository_owner }}/terrapower.github.io
branch: main
folder: doc/_build/html
target-folder: dragon-plugin