From 9065ee59f4ec0011327178c115180fa21162002a Mon Sep 17 00:00:00 2001 From: gablaxy Date: Wed, 25 Feb 2026 15:51:57 +0100 Subject: [PATCH] spaces --- .forgejo/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index b506a67..e3ea5a5 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -12,14 +12,19 @@ jobs: - /var/www/bubo:/var/www/bubo steps: - uses: actions/checkout@v4 + - name: Install dependencies run: npm install + - name: Install rsync run: apt-get update && apt-get install -y rsync + - name: Build Bubo run: npm run build:bubo + - name: List built files run: ls -la ./public/ + - name: Deploy to web root run: | rsync -avz --delete --exclude='.git' --exclude='.forgejo' \