Skip to content

Merge pull request #42 from moldyn/py312 #125

Merge pull request #42 from moldyn/py312

Merge pull request #42 from moldyn/py312 #125

Workflow file for this run

name: github pages
on:
push:
branches: [ main ]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install -q --upgrade pip
python -m pip install .[docs]
- name: Create doc
run: |
python -m mkdocs gh-deploy --force