mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
doc build test (#360)
* try doc build * try doc build * try doc build * try doc build * try doc build * try doc build
This commit is contained in:
6
.github/workflows/Linux_CI.yml
vendored
6
.github/workflows/Linux_CI.yml
vendored
@@ -43,12 +43,6 @@ jobs:
|
||||
find SLAM -name "*.py" | xargs mypy
|
||||
- name: do diff style check
|
||||
run: bash rundiffstylecheck.sh
|
||||
- name: run-circleci-artifacts-redirector
|
||||
uses: larsoner/circleci-artifacts-redirector-action@0.2.0
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
artifact-path: 0/html/index.html
|
||||
circleci-jobs: build_doc
|
||||
- name: do all unit tests
|
||||
run: bash runtests.sh
|
||||
- name: Codecov
|
||||
|
||||
16
.github/workflows/main.yml
vendored
Normal file
16
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: circleci-artifacts-redirector-action
|
||||
on: [status]
|
||||
jobs:
|
||||
circleci_artifacts_redirector_job:
|
||||
runs-on: ubuntu-latest
|
||||
name: Run CircleCI artifacts redirector
|
||||
steps:
|
||||
- name: run-circleci-artifacts-redirector
|
||||
uses: larsoner/circleci-artifacts-redirector-action@master
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
artifact-path: 0/html/index.html
|
||||
circleci-jobs: build_doc
|
||||
- name: Check the URL
|
||||
run: |
|
||||
curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA
|
||||
Reference in New Issue
Block a user