Skip to content

Commit d7ad62f

Browse files
authored
Show built doc links directly in PR GUI (#3711)
1 parent 8491129 commit d7ad62f

File tree

1 file changed

+16
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)