Edit index
view log » | |
prepare | view log » |
build | view log » |
publish | view log » |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[#1246885] 2024/06/09 23:44:58 Booting image alpine/edge (default) on port 22391 [#1246885] 2024/06/09 23:44:59 Waiting for guest to settle [#1246885] 2024/06/09 23:45:07 Sending tasks [#1246885] 2024/06/09 23:45:09 Sending build environment [#1246885] 2024/06/09 23:45:10 Installing packages Warning: Permanently added '[localhost]:22391' (ED25519) to the list of known hosts. fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz OK: 463 MiB in 140 packages Warning: Permanently added '[localhost]:22391' (ED25519) to the list of known hosts. (1/2) Installing go (1.22.3-r0) (2/2) Installing hut (0.5.0-r1) Executing busybox-1.36.1-r29.trigger OK: 655 MiB in 142 packages [#1246885] 2024/06/09 23:45:12 Cloning repositories Cloning into 'betula-site'... + cd betula-site + git checkout -q 2d311a8cf45a1507fef58e84adcf27a9c7e45a9d + cd betula-site + git submodule update --init --recursive [#1246885] 2024/06/09 23:45:13 Running task prepare [#1246885] 2024/06/09 23:45:17 Running task build [#1246885] 2024/06/09 23:45:17 Running task publish |
1 2 3 |
+ go install git.sr.ht/~bouncepaw/mycomarkup/v5/cmd/mycomarkup@latest go: downloading git.sr.ht/~bouncepaw/mycomarkup v1.0.4 go: downloading git.sr.ht/~bouncepaw/mycomarkup/v5 v5.6.0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
+ cd betula-site + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/build/go/bin + ./build-website.bash Processed design. Processed how-to-be-repostable. Processed https-domain. Processed index. Processed installation. Processed searching. Processed v0.5.0. Processed v0.7.0. Processed v0.8.0. Processed v1.0.0. Processed v1.1.0. Processed v1.2.0. Processed v1.3.0. Processed v1.3.1. Transpiled all documents from Mycomarkup to HTML. + tar -cvz design.html how-to-be-repostable.html https-domain.html index.html installation.html searching.html v0.5.0.html v0.7.0.html v0.8.0.html v1.0.0.html v1.1.0.html v1.2.0.html v1.3.0.html v1.3.1.html style.css betula-v0.5.0-first-run.png betula-v0.5.0.png betula-v0.7.0.png betula-v0.8.0.png betula-v1.0.0-first-run.png betula-v1.0.0.png betula-v1.1.0.png betula-v1.2.0.png betula-v1.3.0.png design.html how-to-be-repostable.html https-domain.html index.html installation.html searching.html v0.5.0.html v0.7.0.html v0.8.0.html v1.0.0.html v1.1.0.html v1.2.0.html v1.3.0.html v1.3.1.html style.css betula-v0.5.0-first-run.png betula-v0.5.0.png betula-v0.7.0.png betula-v0.8.0.png betula-v1.0.0-first-run.png betula-v1.0.0.png betula-v1.1.0.png betula-v1.2.0.png betula-v1.3.0.png |
1 2 3 |
+ cd betula-site + hut pages publish -d betula.mycorrhiza.wiki site.tar.gz Published site at betula.mycorrhiza.wiki |