Skip to content

Merge pull request #53 from PyFPGA/openflow-vhdl #116

Merge pull request #53 from PyFPGA/openflow-vhdl

Merge pull request #53 from PyFPGA/openflow-vhdl #116

Workflow file for this run

name: 'docs'
on:
push:
paths:
- 'docs/**'
branches:
# - main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: pip install . && pip install sphinx sphinx-rtd-theme
- name: Build documentation
run: make docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html