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