Skip to content

Commit a376fa6

Browse files
authored
CI add CircleCI redirector (#877)
1 parent 04ccce5 commit a376fa6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: circleci-artifacts-redirector
2+
3+
on: [status]
4+
jobs:
5+
circleci_artifacts_redirector_job:
6+
runs-on: ubuntu-latest
7+
name: Run CircleCI artifacts redirector
8+
steps:
9+
- name: GitHub Action step
10+
uses: larsoner/circleci-artifacts-redirector-action@master
11+
with:
12+
repo-token: ${{ secrets.GITHUB_TOKEN }}
13+
artifact-path: doc/index.html
14+
circleci-jobs: documentation

0 commit comments

Comments
 (0)