diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f6b285e..34cdba2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: git config --global user.name 'github-actions' git config --global user.email 'github-actions@github.com' git commit -am "Automated report" - git add docs/* + git add docs/ git push - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4