From 39fc3c6cbbb77786029321777f28c5f86d7236f8 Mon Sep 17 00:00:00 2001 From: tish Date: Wed, 8 Jan 2025 11:35:00 +0100 Subject: [PATCH] Gitea actions testing --- .gitea/workflows/build-site.yml | 7 ------- docs/index.md | 2 ++ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build-site.yml b/.gitea/workflows/build-site.yml index 34b991d..3b735e7 100644 --- a/.gitea/workflows/build-site.yml +++ b/.gitea/workflows/build-site.yml @@ -16,17 +16,10 @@ jobs: - name: Clone repository run: | git clone --branch main https://git.tishenko.dev/tish/knowledge-base.git - pwd - echo "execute cd" - cd knowledge-base - pwd - name: Build site run: | - pwd cd knowledge-base - pwd - echo "Before mkdocs build" mkdocs build - name: Deploy site diff --git a/docs/index.md b/docs/index.md index 000ea34..25b35d9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,3 +15,5 @@ For full documentation visit [mkdocs.org](https://www.mkdocs.org). docs/ index.md # The documentation homepage. ... # Other markdown pages, images and other files. + +Gitea actions testing \ No newline at end of file