CI fix tentative #2
Some checks failed
Build and deploy all / build (push) Failing after 15s
Build and deploy all / deploy (push) Has been skipped
Build and deploy all / notify (push) Failing after 19s

This commit is contained in:
Gu://em_ 2026-03-30 17:36:47 +02:00
parent a2441ce4f6
commit 7748861489

View file

@ -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: |