Skip to content

Merge branch 'isa_uvm_sequence_cfg' into 'main' #172

Merge branch 'isa_uvm_sequence_cfg' into 'main'

Merge branch 'isa_uvm_sequence_cfg' into 'main' #172

Workflow file for this run

name: documentation
on:
push:
branches: [main]
jobs:
build:
name: Sphinx Pages
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup and build
run: |
sudo apt-get install python3-pip
pip3 install sphinx sphinx-vhdl sphinx_rtd_theme GitPython
mkdir public
sphinx-build -M html doc/source public
touch public/html/.nojekyll
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: public/html