Skip to content

Commit e71647e

Browse files
committed
CI
1 parent 45e071c commit e71647e

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
name: "Pull Request Docs Check"
2-
on:
3-
- pull_request
4-
1+
on: [status]
52
jobs:
6-
docs:
3+
circleci_artifacts_redirector_job:
74
runs-on: ubuntu-latest
5+
name: Run CircleCI artifacts redirector
86
steps:
9-
- uses: actions/checkout@v1
10-
- uses: ammaraskar/sphinx-action@master
11-
with:
12-
pre-build-command: "python -m pip install --user -e ."
13-
docs-folder: "docs/"
14-
- uses: actions/upload-artifact@v1
15-
with:
16-
name: DocumentationHTML
17-
path: docs/_build/html/
7+
- name: GitHub Action step
8+
uses: larsoner/circleci-artifacts-redirector-action@master
9+
with:
10+
repo-token: ${{ secrets.GITHUB_TOKEN }}
11+
artifact-path: 0/docs/_build/html/index.html
12+
circleci-jobs: build_docs

0 commit comments

Comments
 (0)