You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by jo...@apache.org on 2022/01/17 16:42:37 UTC

[incubator-age-website] branch master updated: Remove Latex

This is an automated email from the ASF dual-hosted git repository.

joshinnis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1315697  Remove Latex
1315697 is described below

commit 1315697d604386833fe60950362d124cd566e568
Author: Josh Innis <Jo...@gmail.com>
AuthorDate: Mon Jan 17 08:42:30 2022 -0800

    Remove Latex
---
 .github/workflows/build-documentation.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml
index 99ae93c..0e99f15 100644
--- a/.github/workflows/build-documentation.yml
+++ b/.github/workflows/build-documentation.yml
@@ -10,9 +10,6 @@ jobs:
         with:
           fetch-depth: 0
 
-      - name: Install Latex and dvisvgm
-        run: sudo apt-get install -y texlive-latex-base texlive-latex-extra texlive-extra-utils --fix-missing
-
       - name: Setup Python
         uses: actions/setup-python@v2
         with: