Lee Cattarin 67cbd08d80
Some checks failed
continuous-integration/drone/push Build is failing
site build
2026-05-14 10:28:51 -07:00
2026-05-13 18:57:25 +02:00
2026-05-13 18:57:25 +02:00
2026-05-13 17:00:38 -07:00
2026-05-14 09:47:52 -07:00
2026-05-14 10:06:45 -07:00
2026-05-14 10:28:51 -07:00
2026-05-13 16:06:39 -07:00
2026-05-14 10:28:38 -07:00
2026-05-13 18:57:25 +02:00
2026-05-13 15:39:03 -07:00
2026-05-14 10:27:15 -07:00
2026-05-13 18:57:25 +02:00
2026-05-13 16:04:48 -07:00
2026-05-13 13:37:03 -07:00
2026-05-13 18:57:25 +02:00
2026-05-13 17:00:18 -07:00
2026-05-13 18:57:25 +02:00

mattrbld test

local drone testing

create secrets.txt:

GIT_TOKEN=PAT

run drone exec with secrets file:

drone exec --secret-file=secrets.txt

submodule bullshit

to add the submodule:

git submodule add <remote-url>

to pull in remote updates:

git submodule update --remote

to push incl. submodule updates:

cd mattrbld-site
git commit -am "message"
cd ..
git push --recurse-submodules=on-demand
Description
No description provided
Readme 798 KiB
Languages
JavaScript 41.9%
CSS 35.1%
Nunjucks 23%