From 37454992be7e3a139b3ea7a89612764e75bb441a Mon Sep 17 00:00:00 2001 From: Jhony Lucas Date: Wed, 10 Jul 2024 17:40:48 -0300 Subject: [PATCH] chore: update deploy-docs.yml to include all files in the docs directory (#1722) --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index ae79b3eb4..93e645dfe 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -5,7 +5,7 @@ on: - main - master paths: - - docs + - docs/** jobs: deploy: runs-on: ubuntu-latest