From 46a53060aab503d03a944987f0a96c80f505553c Mon Sep 17 00:00:00 2001 From: ilyamak04 Date: Wed, 22 Jan 2025 22:05:07 +0100 Subject: [PATCH] test 2 --- .gitea/workflows/build-site.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-site.yml b/.gitea/workflows/build-site.yml index 0de1135..4f831c8 100644 --- a/.gitea/workflows/build-site.yml +++ b/.gitea/workflows/build-site.yml @@ -15,11 +15,12 @@ jobs: - name: Build site run: | + cd wiki mkdocs build - name: Deploy site run: | - cd knowledge-base + cd wiki rm -rf /var/www/wiki/* cp -r site/ /var/www/wiki/site/