ci: test building stuff

This commit is contained in:
2026-05-22 21:54:46 +00:00
parent 0d92d66564
commit baca13d575
+18
View File
@@ -0,0 +1,18 @@
name: Test build
on: workflow_dispatch
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone doki-theme-gitea
uses: actions/checkout@v6
with:
repository: infrastructures/doki-theme-gitea
submodules: true
- name: Install dependencies
run: npm i
- name: Generate the themes
run: npm run generate
- name: Check the output
run: ls -1 output/