www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ac50f0d3915d9afd8317d741c64223f14f56a0f2
parent 28c998444d0f2616e83685424c1ddfddde325348
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Fri, 30 Jul 2021 22:46:33 +0100

Patch docs after running MathJax offline

Diffstat:
M.github/workflows/ci.yml | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -125,12 +125,6 @@ jobs: echo DONE - name: Generate PDF run: make - - name: Patch docs - run: | - ./fixlinks.sh - #find doc -name '*.html' -type f -print0 | xargs -0 ls -ld - #find doc -name '*.html' -type f -print0 | xargs -0 sed -i -e 's|https://download\.racket-lang\.org/docs/6\.9/html/|https://docs.racket-lang.org/|g' - #find doc -name '*.html' -type f -print0 | xargs -0 ls -ld - name: Render MathJax offline run: | # Install nvm and node: @@ -152,6 +146,12 @@ jobs: # Run mathjax offline node < run-mathjax-offline.node.js mv doc/phc-thesis/index2.html doc/phc-thesis/index.html + - name: Patch docs + run: | + ./fixlinks.sh + #find doc -name '*.html' -type f -print0 | xargs -0 ls -ld + #find doc -name '*.html' -type f -print0 | xargs -0 sed -i -e 's|https://download\.racket-lang\.org/docs/6\.9/html/|https://docs.racket-lang.org/|g' + #find doc -name '*.html' -type f -print0 | xargs -0 ls -ld - name: Create .zip archive run: | zipfile_folder_name="$(racket -e '(begin (require phc-thesis/scribblings/util) (display (version-text "phc-thesis-" "")))')"