From baca13d575ffc2fe0cce5b78ab7b17169928cf9b Mon Sep 17 00:00:00 2001 From: Codinget Date: Fri, 22 May 2026 21:54:46 +0000 Subject: [PATCH] ci: test building stuff --- .gitea/workflows/test-build.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitea/workflows/test-build.yaml diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml new file mode 100644 index 0000000..832a887 --- /dev/null +++ b/.gitea/workflows/test-build.yaml @@ -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/