chore: switch from vuepress to vitepress
deploy / deploy (push) Failing after 4m36s

This commit is contained in:
2026-07-11 11:41:14 +02:00
parent 3aa57fcdda
commit 3cbbd1d94e
98 changed files with 523 additions and 2910 deletions
+25
View File
@@ -0,0 +1,25 @@
name: deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v16
with:
name: phundrak
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
extraPullNames: devenv
- name: Install devenv
run: nix profile add nixpkgs#devenv
- name: Deploy to Cloudflare Pages
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_SECRET }}
run: devenv tasks run website:deploy