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