From 87b3e2bcfc4f0f38ae3394c066f7409a05f63f6f Mon Sep 17 00:00:00 2001 From: Xaymar Date: Wed, 6 Aug 2025 05:19:28 +0200 Subject: [PATCH] Hopefully fix documentation not updating on push --- .github/workflows/documentation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d356633..d6ce9c9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -7,7 +7,9 @@ on: - '!documentation' paths: - '.github/workflows/documentation.yml' - - 'LICENSE' + - 'vst.h' + - 'vst.hpp' + - 'Doxyfile' jobs: docs: