--- a
+++ b/.github/workflows/circle_artifacts.yml
@@ -0,0 +1,18 @@
+on: [status]  # yamllint disable-line rule:truthy
+permissions:
+  contents: read
+  statuses: write
+jobs:
+  circleci_artifacts_redirector_job:
+    if: "${{ startsWith(github.event.context, 'ci/circleci: build_docs') }}"
+    runs-on: ubuntu-latest
+    name: Run CircleCI artifacts redirector
+    steps:
+      - name: GitHub Action step
+        uses: scientific-python/circleci-artifacts-redirector-action@master
+        with:
+          repo-token: ${{ secrets.GITHUB_TOKEN }}
+          api-token: ${{ secrets.CIRCLECI_TOKEN }}
+          artifact-path: 0/html/sg_execution_times.html
+          circleci-jobs: build_docs,build_docs_main
+          job-title: Check the rendered docs here!