summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
blob: 46f278a340fef267c1f2b5eed4c41d94cb5fe2c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
on:
  push:
    branches:
      - '**'
  create:
    branches:
      - 'master'
    tags:
      - '**'

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