diff options
| author | Fuwn <[email protected]> | 2023-03-17 21:52:44 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-17 21:52:44 -0700 |
| commit | a7b31dcb7a412fdfb8adb5a157e0bfc993b6f1df (patch) | |
| tree | 965723c5c3acb4b50e10342a355aa90323c1b954 /.github/workflows | |
| parent | fix(static): indent error (diff) | |
| download | wri_350_documentation_log_assignment-a7b31dcb7a412fdfb8adb5a157e0bfc993b6f1df.tar.xz wri_350_documentation_log_assignment-a7b31dcb7a412fdfb8adb5a157e0bfc993b6f1df.zip | |
fix(static): local install pdf2htmlEX with apt
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/static.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 77699c1..1a707e9 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -29,7 +29,7 @@ jobs: - name: Build Artifact 🔨 run: | wget https://github.com/pdf2htmlEX/pdf2htmlEX/releases/download/v0.18.8.rc1/pdf2htmlEX-0.18.8.rc1-master-20200630-Ubuntu-bionic-x86_64.deb - sudo apt install pdf2htmlEX-0.18.8.rc1-master-20200630-Ubuntu-bionic-x86_64.deb -y + sudo apt install ./pdf2htmlEX-0.18.8.rc1-master-20200630-Ubuntu-bionic-x86_64.deb -y wget https://github.com/tectonic-typesetting/tectonic/releases/download/tectonic%400.12.0/tectonic-0.12.0-x86_64.AppImage chmod +x tectonic-0.12.0-x86_64.AppImage |