all repos — hastysite @ 23d592976c52281c58aa4f60d98b3289e7850f9b

A high-performance static site generator.

Updates.
h3rald h3rald@h3rald.com
Tue, 15 Aug 2023 14:58:51 +0000
commit

23d592976c52281c58aa4f60d98b3289e7850f9b

parent

b4d1706a2276459d6278d31df438c1768716ff1e

M .github/workflows/add-artifacts-to-current-releases.yml.github/workflows/add-artifacts-to-current-releases.yml

@@ -63,8 +63,6 @@ run: |

curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh sh init.sh -y nimble install -y nifty - nimble install -y zippy - nimble install -y --verbose min nifty install nifty build discount # Build for Linux
M .github/workflows/ci.yml.github/workflows/ci.yml

@@ -42,9 +42,6 @@

- name: Install nifty run: nimble install -y nifty - - name: Install zippy - run: nimble install zippy - - name: Install deps run: nifty install

@@ -52,7 +49,7 @@ - name: Build discount

run: nifty build discount - name: Build - run: nimble build -d:release --opt:size --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --cpu:amd64 --os:linux + run: nimble build -mm:refc -d:release --opt:size --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --cpu:amd64 --os:linux - name: Build Site run: |
M hastysite.nimblehastysite.nimble

@@ -9,7 +9,7 @@ bin = @["hastysite"]

installDirs = @["minpkg", "hastysitepkg"] # Deps -requires: "nim >= 2.0.0, min >= 0.39.1, checksums" +requires: "nim >= 2.0.0, min >= 0.39.2, checksums" before install: exec "nimble install -y nifty"