diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 8aa8e24..23b2d4d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -35,6 +35,14 @@ jobs: ref: "release/0.1" - name: Setup Pages uses: actions/configure-pages@v5 + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: '3.10' + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install sphinx sphinx-rtd-theme - name: Build Docs run: | cd docs && make html