From e001326352b2c3f43699a7c442d2ef28c278a7cf Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 7 Jun 2021 22:21:25 +0100 Subject: [PATCH] Updated path of generated assets --- .github/workflows/generate-contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-contributors.yml b/.github/workflows/generate-contributors.yml index 7eaecd31..f2416011 100644 --- a/.github/workflows/generate-contributors.yml +++ b/.github/workflows/generate-contributors.yml @@ -12,4 +12,4 @@ jobs: - uses: bubkoo/contributors-list@v1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - svgPath: CONTRIBUTORS.svg + svgPath: docs/assets/CONTRIBUTORS.svg