From c8d7beb8367cc2e7d36e053ee426b8d556e78053 Mon Sep 17 00:00:00 2001 From: Jason Nagin <33561705+JasonN3@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:32:23 -0400 Subject: [PATCH] cleanup debug --- .github/workflows/update_wiki.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update_wiki.yml b/.github/workflows/update_wiki.yml index 16c1e31..da353ea 100644 --- a/.github/workflows/update_wiki.yml +++ b/.github/workflows/update_wiki.yml @@ -33,8 +33,6 @@ jobs: run: | cd ${GITHUB_WORKSPACE}/docs make - find - cat _Sidebar.md # Copy Docs - name: Copy files @@ -49,4 +47,4 @@ jobs: git config --local user.name "GitHub Action" git add . git commit -m "Add changes" - # git push \ No newline at end of file + git push \ No newline at end of file