summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-03-17 21:54:25 -0700
committerFuwn <[email protected]>2023-03-17 21:54:25 -0700
commitfe78bf33e51c7c3afe5f15127fd9145d902e7ef7 (patch)
tree52e3a14a43e09487ce1a0de45c84ade915cdabeb /.github/workflows
parentfix(static): local install pdf2htmlEX with apt (diff)
downloadwri_350_documentation_log_assignment-fe78bf33e51c7c3afe5f15127fd9145d902e7ef7.tar.xz
wri_350_documentation_log_assignment-fe78bf33e51c7c3afe5f15127fd9145d902e7ef7.zip
fix(static): create html directory on build
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/static.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml
index 1a707e9..cfd1e45 100644
--- a/.github/workflows/static.yml
+++ b/.github/workflows/static.yml
@@ -36,6 +36,7 @@ jobs:
./tectonic-0.12.0-x86_64.AppImage --appimage-extract
./squashfs-root/usr/bin/tectonic -X build
+ mkdir html
pdf2htmlEX --zoom 1.3 build/default/default.pdf html/index.html
- name: Upload Artifact ⬆️
uses: actions/upload-pages-artifact@v1