mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 16:47:55 -05:00
* fix doc artifact link in CI * fix doc artifact link in CI * fix doc artifact link in CI * fix doc artifact link in CI
13 lines
428 B
YAML
13 lines
428 B
YAML
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 |