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