From 6c650f7c9690065937624507c73d667d4820b0fd Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 24 Jul 2023 01:23:04 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 601906a..8d05ecc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -142,6 +142,6 @@ jobs: ls git config user.name "github-actions" git config user.email "github-actions@github.com" - git add docs + git add docs/* git commit -m "update docs" git push