gh-actions: add direct link to circleci doc preview
This commit is contained in:
parent
fb6925a018
commit
c08e7dbf32
12
.github/workflows/circleci.yml
vendored
Normal file
12
.github/workflows/circleci.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
on: [status]
|
||||||
|
jobs:
|
||||||
|
circleci_artifacts_redirector_job:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Run CircleCI artifacts redirector
|
||||||
|
steps:
|
||||||
|
- name: GitHub Action step
|
||||||
|
uses: larsoner/circleci-artifacts-redirector-action@master
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
artifact-path: 0/doc/index.html
|
||||||
|
circleci-jobs: doc-build
|
||||||
Loading…
x
Reference in New Issue
Block a user