From e2f276e65b9756ada557c5be4e525f9c21cc13ac Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 18 Aug 2024 00:36:02 -0400 Subject: [PATCH] #25 --- .gitea/workflows/DRBv3_docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/DRBv3_docs.yaml b/.gitea/workflows/DRBv3_docs.yaml index 62d41c4..9299369 100644 --- a/.gitea/workflows/DRBv3_docs.yaml +++ b/.gitea/workflows/DRBv3_docs.yaml @@ -31,6 +31,9 @@ jobs: repository: logan/drb-server.wiki # Replace with your wiki repository path: wiki + - name: Output Generated Documentation + run: cat Home.md + - name: Update wiki run: | cp -rf Home.md wiki/Home.md