Skip to content

Testing Nick's change #786

Testing Nick's change

Testing Nick's change #786

Workflow file for this run

name: Documentation
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Update package index
run: sudo apt-get update
- name: Install mpi libs
run: sudo apt-get -y install libopenmpi-dev
- name: Install Pandoc
run: sudo apt-get -y install pandoc
- name: Install Tox and any other packages
run: pip install tox
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
- name: Make HTML Docs
run: tox -e doc
- name: deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
token: ${{ secrets.ACCESS_TOKEN }}
repository-name: ${{ github.repository_owner }}/terrapower.github.io
branch: main
folder: doc/_build/html
target-folder: armi