Skip to content

Commit

Permalink
Merge pull request #15409 from aabadie/pr/github/gh_doc_preview
Browse files Browse the repository at this point in the history
gh-actions: add direct link to circleci doc preview
  • Loading branch information
miri64 authored Nov 10, 2020
2 parents 8656eda + c08e7db commit 9487779
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9487779

Please sign in to comment.