Skip to content

upgrade readme

upgrade readme #44

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: |
python -m pip install --upgrade pip

Check failure on line 25 in .github/workflows/test-docs.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-docs.yaml

Invalid workflow file

You have an error in your yaml syntax on line 25
pip install -r docs-requirements.txt
pip install ".[dev]"
- run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: |
mike deploy test