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:
Atsushi Sakai
2020-07-11 16:18:13 +09:00
committed by GitHub
parent cb796ddeff
commit e8a805ef67
3 changed files with 17 additions and 7 deletions

View File

@@ -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
View 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