From b30d8da939eb3310bdbe19b685fba867e62f7610 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Sat, 9 Mar 2024 21:42:08 -0700 Subject: absolute html paths --- html/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/build.sh') diff --git a/html/build.sh b/html/build.sh index ec60003..85030dd 100755 --- a/html/build.sh +++ b/html/build.sh @@ -1,7 +1,7 @@ #!/bin/sh cp -r ./public ../dist/public_html -for dir in "turing-machine" "euler-golf" "godel-explorer"; do +for dir in "turing-machine" "euler-golf" "godel"; do mv staticsimponic/$dir ../dist/public_html/$dir done -- cgit v1.2.3-70-g09d2