Add Forgejo Actions #13

Merged
wonderfulfrog merged 20 commits from feat/workflow into main 2025-04-14 21:11:14 -07:00
Showing only changes of commit e7df33f43c - Show all commits

View file

@ -10,7 +10,7 @@
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve --quiet",
"build": "npx @11ty/eleventy",
"clean": "rimraf dist",
"clean": "npx rimraf dist",
"upload": "node scripts/upload.js"
},
"devDependencies": {