From b1580f2b78baad0b2c1f0839de793446539792ac Mon Sep 17 00:00:00 2001 From: benedict-96 Date: Mon, 1 Jul 2024 17:38:37 +0200 Subject: [PATCH] Included tag. Removed python. --- .github/workflows/Documenter.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index ba3e82e40..08b6bc8a6 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -4,6 +4,7 @@ on: push: branches: - main + tags: '*' pull_request: jobs: @@ -20,11 +21,6 @@ jobs: sudo apt-get install texlive-science - name: Make tikz images run: make all -C docs/src/tikz - # NOTE: Python is necessary for the pre-rendering (minification) step; I copied this bit, do not know if that's actually needed - - name: Install python - uses: actions/setup-python@v5 - with: - python-version: '3.8' - name: Install binary dependencies run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev - uses: julia-actions/setup-julia@latest