Rework to use astro

This commit is contained in:
2026-05-06 00:03:42 +02:00
parent 4b29e8281c
commit 551b5f6301
98 changed files with 2346 additions and 210 deletions
+10 -7
View File
@@ -27,19 +27,22 @@ jobs:
id: pages
uses: actions/configure-pages@v4
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "latest"
extended: true
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Lint
run: bun run lint
- name: Build
run: hugo --gc --minify
run: bun run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./public
path: ./dist
deploy:
environment: