From 27423277f49ef1593cee8d402ff37897ff6de781 Mon Sep 17 00:00:00 2001 From: Vincent Fazio Date: Thu, 5 Sep 2024 14:57:14 +1000 Subject: [PATCH] Fix typo in tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index db125fc..e89e6b9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,8 +40,8 @@ jobs: - name: Deploy test badge to master uses: JamesIves/github-pages-deploy-action@v4 with: - folder: tests/badge - target-folder: tests/badge + folder: test/badge + target-folder: test/badge branch: master