summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/static.yml15
1 files changed, 7 insertions, 8 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml
index 58c06d2..77699c1 100644
--- a/.github/workflows/static.yml
+++ b/.github/workflows/static.yml
@@ -28,16 +28,15 @@ jobs:
uses: actions/configure-pages@v3
- 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
+ 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
- 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
- ./tectonic-0.12.0-x86_64.AppImage --appimage-extract
-
- ./squashfs-root/usr/bin/tectonic -X build
- pdf2htmlEX --zoom 1.3 build/default/default.pdf html/index.html
+ 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
+ ./tectonic-0.12.0-x86_64.AppImage --appimage-extract
+ ./squashfs-root/usr/bin/tectonic -X build
+ pdf2htmlEX --zoom 1.3 build/default/default.pdf html/index.html
- name: Upload Artifact ⬆️
uses: actions/upload-pages-artifact@v1
with: