Skip to content

add consistency checks for allow halving/doubling flags. closes #266 … #1276

add consistency checks for allow halving/doubling flags. closes #266 …

add consistency checks for allow halving/doubling flags. closes #266 … #1276

Workflow file for this run

name: pdoc
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
deploy:
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
persist-credentials: false
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Build
run: |
pip install pdoc3
pip install -e .
# FIXME #23: add -We
python -m pdoc --html PyPartMC
- name: Deploy
if: ${{ github.ref == 'refs/heads/main' && matrix.platform == 'ubuntu-latest' }}
uses: JamesIves/[email protected]
with:
BRANCH: pdoc
FOLDER: html/PyPartMC
CLEAN: true