build: use deno, auto-generate README conf snippet

Closes #10
This commit is contained in:
winston
2023-08-22 13:22:46 +02:00
parent 09859420a8
commit b00c20e7a7
8 changed files with 283 additions and 307 deletions

View File

@@ -9,11 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: denoland/setup-deno@v1
with:
node-version: 18
- run: npm ci
- run: npm run build
deno-version: v1.x
- run: deno task build
- name: Create tarball
run: tar czf catppuccin-gitea.tar.gz --directory=./dist .
- name: Add zips to release