1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

gh-actions: add direct link to circleci doc preview

This commit is contained in:
Alexandre Abadie 2020-11-09 14:20:06 +01:00
parent fb6925a018
commit c08e7dbf32
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

12
.github/workflows/circleci.yml vendored Normal file
View 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