Skip to content

make pme wiper compatible with pme parser #244

make pme wiper compatible with pme parser

make pme wiper compatible with pme parser #244

Workflow file for this run

name: Test docs generation
on:
pull_request:
branches:
- main
- development
jobs:
test_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: |
pip install poetry
poetry install --with docs,geo
- run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: |
poetry run mkdocs build -s -d test