Skip to content

Commit e8a805e

Browse files
authored
doc build test (AtsushiSakai#360)
* try doc build * try doc build * try doc build * try doc build * try doc build * try doc build
1 parent cb796dd commit e8a805e

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

.circleci/artifact_path

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0/html/index.html
1+
0/html/index.html

.github/workflows/Linux_CI.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ jobs:
4343
find SLAM -name "*.py" | xargs mypy
4444
- name: do diff style check
4545
run: bash rundiffstylecheck.sh
46-
- name: run-circleci-artifacts-redirector
47-
uses: larsoner/[email protected]
48-
with:
49-
repo-token: ${{ secrets.GITHUB_TOKEN }}
50-
artifact-path: 0/html/index.html
51-
circleci-jobs: build_doc
5246
- name: do all unit tests
5347
run: bash runtests.sh
5448
- name: Codecov

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: circleci-artifacts-redirector-action
2+
on: [status]
3+
jobs:
4+
circleci_artifacts_redirector_job:
5+
runs-on: ubuntu-latest
6+
name: Run CircleCI artifacts redirector
7+
steps:
8+
- name: run-circleci-artifacts-redirector
9+
uses: larsoner/circleci-artifacts-redirector-action@master
10+
with:
11+
repo-token: ${{ secrets.GITHUB_TOKEN }}
12+
artifact-path: 0/html/index.html
13+
circleci-jobs: build_doc
14+
- name: Check the URL
15+
run: |
16+
curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA

0 commit comments

Comments
 (0)