From 774886148947dae7e0aff22cc39e69a97bcb7f74 Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Mon, 30 Mar 2026 17:36:47 +0200 Subject: [PATCH] CI fix tentative #2 --- .forgejo/workflows/deploy.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 3795795..b0b711f 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -22,9 +22,15 @@ jobs: strategy: matrix: *site_matrix + defaults: + run: + working-directory: ./source + steps: - name: Checkout git repository uses: actions/checkout@v4 + with: + path: "source" - name: Inject configs env: @@ -41,7 +47,7 @@ jobs: uses: actions/setup-node@v4 with: cache: "pnpm" - cache-dependency-path: ./source/pnpm-lock.yaml + cache-dependency-path: pnpm-lock.yaml - name: Install dependencies run: pnpm install @@ -85,7 +91,7 @@ jobs: if: always() # Always run steps: - name: Send Discord Notification - uses: appleboy/discord-action@master + uses: https://github.com/appleboy/discord-action@master with: color: ${{ needs.deploy.result == 'success' && '48867' || '16711680' }} message: |