From c9a5aa004c6e43d2863271a16f77ed2f7919c4e8 Mon Sep 17 00:00:00 2001 From: Stefano <80751983+StefanoStream@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:56:42 +0100 Subject: [PATCH] Update copy_stoplight_docs.yml Remove git add . command --- .github/workflows/copy_stoplight_docs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/copy_stoplight_docs.yml b/.github/workflows/copy_stoplight_docs.yml index d7bc52d..9905223 100644 --- a/.github/workflows/copy_stoplight_docs.yml +++ b/.github/workflows/copy_stoplight_docs.yml @@ -19,6 +19,5 @@ jobs: find . -mindepth 1 -type f \( -not -name "*.md" -and -not -name ".gitignore" \) -delete -o -type d \( -not -name ".git" -and -not -name ".github" \) -exec rm -rf {} + - name: Commit Changes run: | - git add . git commit -m "Update Stoplight documentation" git push origin stoplight_docs