From e7fa000d8e09a8873b9e54aa23dd9e11204f787c Mon Sep 17 00:00:00 2001 From: "Philip B. Stark" Date: Tue, 29 Apr 2025 13:58:47 -0700 Subject: [PATCH] Delete .github/workflows/circleci-artifact-redirector.yml --- .github/workflows/circleci-artifact-redirector.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/circleci-artifact-redirector.yml diff --git a/.github/workflows/circleci-artifact-redirector.yml b/.github/workflows/circleci-artifact-redirector.yml deleted file mode 100644 index c2a2d64..0000000 --- a/.github/workflows/circleci-artifact-redirector.yml +++ /dev/null @@ -1,12 +0,0 @@ -on: [status] -jobs: - circleci_artifacts_redirector_job: - runs-on: ubuntu-latest - name: Run CircleCI artifacts redirector - steps: - - name: GitHub Action step - uses: larsoner/circleci-artifacts-redirector-action@master - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - artifact-path: 0/doc/build/html/index.html - circleci-jobs: build