Skip to content

update GH actions

update GH actions #46

Workflow file for this run

name: check-docs
on:
pull_request:
paths:
- 'README.md'
- 'FAQ.md'
- '.readthedocs.yaml'
- 'docs/*'
push:
paths:
- 'README.md'
- 'FAQ.md'
- '.readthedocs.yaml'
- 'docs/*'
jobs:
build:
name: check-readthedocs
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ github.workspace }}
steps:
- uses: actions/checkout@v4
- run: sudo apt update
- run: sudo apt install software-properties-common
- run: sudo apt install python3
- run: python3 -m pip install --user tox
- run: tox -e docs