Skip to content

Merge pull request #20 from demml/add-hw-table #19

Merge pull request #20 from demml/add-hw-table

Merge pull request #20 from demml/add-hw-table #19

Workflow file for this run

name: Publish-Github-Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
PublishDocs:
runs-on: ubuntu-latest
strategy:
matrix:
poetry-version: ["1.7.1"]
steps:
- uses: actions/checkout@v4
- name: Set up Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install dependencies
run: make setup.project
- name: Publish Docs
run: make publish.docs