From 6396caebaaa077daf1f884986e6d6a80144cb2d8 Mon Sep 17 00:00:00 2001 From: Steve0Greatness <75220768+Steve0Greatness@users.noreply.github.com> Date: Fri, 29 Dec 2023 14:59:19 -0800 Subject: [PATCH] Don't include the wildcard?!?! --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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