Skip to content

Enh/uv pyproject

Enh/uv pyproject #33

Workflow file for this run

name: Docs2Pages
on:
push:
tags: 'ineqpy*'
pull_request:
branches:
- master
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Build documentation
run: |
make dev
make pages
- name: Deploy documentation
if: ${{ github.event_name == 'push' }}
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: gh-pages