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: