From c32822037eb7022136c7311b986d48ca583942a0 Mon Sep 17 00:00:00 2001 From: veeso Date: Tue, 11 Nov 2025 12:21:05 +0100 Subject: [PATCH] ci: deploy site --- .github/workflows/website.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f6747b1..63afa23 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -6,7 +6,8 @@ on: push: branches: ["main"] paths: - - "./site/**/*" + - ".github/workflows/website.yml" + - "site/**" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: