fix doc artifact link in CI (#659)

* fix doc artifact link in CI

* fix doc artifact link in CI

* fix doc artifact link in CI

* fix doc artifact link in CI
This commit is contained in:
Atsushi Sakai
2022-05-02 21:01:46 +09:00
committed by GitHub
parent 4f8c923589
commit 28d9573044
4 changed files with 15 additions and 3 deletions

View File

@@ -1 +0,0 @@
0/html/index.html

View File

@@ -6,7 +6,7 @@ orbs:
jobs:
build_doc:
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
steps:
- checkout
- run:

13
.github/workflows/circle_artifacts.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
on: [status]
jobs:
circleci_artifacts_redirector_job:
runs-on: ubuntu-20.04
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/html-scipyorg/index.html
circleci-jobs: build_docs
job-title: build_doc artifact

View File

@@ -6,7 +6,7 @@ jobs:
name: Run CircleCI artifacts redirector
steps:
- name: run-circleci-artifacts-redirector
uses: larsoner/circleci-artifacts-redirector-action@0.2.0
uses: larsoner/circleci-artifacts-redirector-action@0.3.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
artifact-path: 0/html/index.html