diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 49ffbc7..8b24943 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -5,12 +5,19 @@ on: push permissions: contents: write + + jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@master + - name: Set up Python 3.10 + uses: actions/setup-python@v2 + with: + python-version: '3.10' + - name: Build HTML uses: ammaraskar/sphinx-action@master with: