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 06:31:56 UTC

[incubator-age-website] branch master updated: Update build-documentation.yml

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 2802b1d  Update build-documentation.yml
2802b1d is described below

commit 2802b1d77b18e8e18ff167fb8d7b76ffb659a9cd
Author: Josh Innis <Jo...@gmail.com>
AuthorDate: Sun Jan 16 22:31:53 2022 -0800

    Update build-documentation.yml
---
 .github/workflows/build-documentation.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml
index 5a84273..99ae93c 100644
--- a/.github/workflows/build-documentation.yml
+++ b/.github/workflows/build-documentation.yml
@@ -11,7 +11,7 @@ jobs:
           fetch-depth: 0
 
       - name: Install Latex and dvisvgm
-        run: sudo apt-get install -y texlive-latex-base texlive-latex-extra texlive-extra-utils
+        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
@@ -48,4 +48,4 @@ jobs:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_branch: asf-site
           publish_dir: ./build/html
-          destination_dir: docs
\ No newline at end of file
+          destination_dir: docs