Skip to content

Commit

Permalink
removing TikzCDs from action, too many issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Apr 14, 2023
1 parent 1502242 commit 154f553
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
with:
python-version: '3.8'
- run: pip install matplotlib
- name: Install deps for TikzCD
run: |
sudo add-apt-repository ppa:jonathonf/texlive-2019
sudo apt-get -qq update
sudo apt install -y pdf2svg texlive-latex-base texlive-binaries texlive-pictures texlive-latex-extra texlive-luatex
- name: Install Julia
uses: julia-actions/setup-julia@v1
with:
Expand All @@ -38,7 +33,6 @@ jobs:
serve(single=true, cleanup=false); lunr(); optimize(minify=false, prerender=false);
cd("../demos");
Pkg.activate("."); Pkg.instantiate();
Pkg.add(PackageSpec(name="TikzCDs", version="0.2.0"));
optimize(minify=false, prerender=false);
dst = "../docs/__site/demos";
mkpath(dst);
Expand Down

0 comments on commit 154f553

Please sign in to comment.