From dcbf5c87896def1e0c28a44b5793b44f3d086314 Mon Sep 17 00:00:00 2001 From: Sam Erde <20478745+SamErde@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:05:34 -0400 Subject: [PATCH] Update Deploy MkDocs.yml --- .github/workflows/Deploy MkDocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Deploy MkDocs.yml b/.github/workflows/Deploy MkDocs.yml index 1a51c30..c381bbb 100644 --- a/.github/workflows/Deploy MkDocs.yml +++ b/.github/workflows/Deploy MkDocs.yml @@ -4,10 +4,10 @@ on: push: branches: - main # The branch you want to deploy from - paths: # Only deploy MkDocs when the contents of the docs folder change or when this workflow changes. - - 'docs/**' - - '.github/workflows/Deploy MkDocs.yml' - - './mkdocs.yml' + #paths: # Only deploy MkDocs when the contents of the docs folder change or when this workflow changes. + #- 'docs/**' + #- '.github/workflows/Deploy MkDocs.yml' + #- './mkdocs.yml' jobs: build: