summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
blob: 6b52555c31045cfbff37d8808ef442f999c9b704 (plain)
1
2
3
4
5
6
7
8
9
10
11
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:
          artifact-path: 0/docs/build/html/index.html
          circleci-jobs: build_docs