diff options
| author | Fuwn <[email protected]> | 2023-03-17 21:50:35 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-17 21:50:35 -0700 |
| commit | fdb942fe1d0d2d5967a0ac6f53a300a0de711b28 (patch) | |
| tree | 2d67b7e15e576885cbc469d754acb165fa958acc | |
| parent | build(actions): add github pages action (diff) | |
| download | wri_350_documentation_log_assignment-fdb942fe1d0d2d5967a0ac6f53a300a0de711b28.tar.xz wri_350_documentation_log_assignment-fdb942fe1d0d2d5967a0ac6f53a300a0de711b28.zip | |
fix(static): indent error
| -rw-r--r-- | .github/workflows/static.yml | 15 |
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: |