From ed9ac1f47a0f24dc0c6a282805ba3c6fa5e7ef1e Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:22:38 +0100 Subject: [PATCH] delete doc-artifacts.yml --- .github/workflows/doc-artifacts.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/doc-artifacts.yml diff --git a/.github/workflows/doc-artifacts.yml b/.github/workflows/doc-artifacts.yml deleted file mode 100644 index 234278d..0000000 --- a/.github/workflows/doc-artifacts.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/docs/_build/html/index.html - circleci-jobs: build_docs \ No newline at end of file