From 9fe14e657ba6a6c2aa7ee8bc586312e1c2154b72 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Sat, 11 Jul 2020 17:12:47 +0900 Subject: [PATCH] doc build test again (#361) * try doc build * try doc build --- .../workflows/{main.yml => circleci-artifacts-redirector.yml} | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{main.yml => circleci-artifacts-redirector.yml} (87%) diff --git a/.github/workflows/main.yml b/.github/workflows/circleci-artifacts-redirector.yml similarity index 87% rename from .github/workflows/main.yml rename to .github/workflows/circleci-artifacts-redirector.yml index 55d33eb3..849a97f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/circleci-artifacts-redirector.yml @@ -6,7 +6,7 @@ jobs: name: Run CircleCI artifacts redirector steps: - name: run-circleci-artifacts-redirector - uses: larsoner/circleci-artifacts-redirector-action@master + uses: larsoner/circleci-artifacts-redirector-action@0.2.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} artifact-path: 0/html/index.html diff --git a/docs/index.rst b/docs/index.rst index e8e60528..3798a1a1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ Welcome to PythonRobotics's documentation! Python codes for robotics algorithm. The project is on `GitHub`_. -This is a Python code collection of robotics algorithms, especially for autonomous navigation. +This is a Python code collection of robotics algorithms. Features: