diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0c86d9435..400aae0ee 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,18 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Set up PDM - uses: pdm-project/setup-pdm@v4 - with: - cache: true - python-version-file: pyproject.toml - - name: Install requirements - run: pdm sync -dG doc - uses: ammaraskar/sphinx-action@master with: docs-folder: "docs/" pre-build-command: "apt update -y && apt install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended" - build-command: "pdm run make latexpdf" + build-command: "make latexpdf" - uses: actions/upload-artifact@v4 with: name: documentation