mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
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:
@@ -1 +0,0 @@
|
||||
0/html/index.html
|
||||
@@ -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
13
.github/workflows/circle_artifacts.yml
vendored
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user