From d1c3e349ddab9b64d72509cfa89d618496304b1b Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Mon, 3 Jul 2023 13:41:49 -0700 Subject: [PATCH] Point redirector to correct location --- .github/workflows/circleci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml index 65d1192..d3e88e1 100644 --- a/.github/workflows/circleci.yml +++ b/.github/workflows/circleci.yml @@ -11,5 +11,5 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} api-token: ${{ secrets.DEVSTATS_CIRCLECI_TOKEN }} - artifact-path: 0/_build/html/index.html + artifact-path: 0/devstats.scientific-python.org/_build/html/index.html circleci-jobs: documentation