Testing workflow
All checks were successful
11ty build and deploy for work.suroh.tk / build-deploy (push) Successful in 23s

This commit is contained in:
2025-03-05 21:17:46 +01:00
parent bebfd5203e
commit fae2bf5b87

View File

@ -19,6 +19,9 @@ jobs:
- name: Install dependencies
run: npm i
- name: Test step
run: echo "this is a test"
- name: Build 11ty site
run: npm run build