Skip to content

Commit

Permalink
Merge pull request #159 from JuliaGNI/include_tag
Browse files Browse the repository at this point in the history
Included tag '*' &  Removed python.
  • Loading branch information
michakraus authored Jul 2, 2024
2 parents d631994 + b1580f2 commit dfc295a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
tags: '*'
pull_request:

jobs:
Expand All @@ -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
Expand Down

0 comments on commit dfc295a

Please sign in to comment.