We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e071c commit e71647eCopy full SHA for e71647e
.github/workflows/main.yml
@@ -1,17 +1,12 @@
1
-name: "Pull Request Docs Check"
2
-on:
3
-- pull_request
4
-
+on: [status]
5
jobs:
6
- docs:
+ circleci_artifacts_redirector_job:
7
runs-on: ubuntu-latest
+ name: Run CircleCI artifacts redirector
8
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
16
- name: DocumentationHTML
17
- path: docs/_build/html/
+ - name: GitHub Action step
+ uses: larsoner/circleci-artifacts-redirector-action@master
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ artifact-path: 0/docs/_build/html/index.html
+ circleci-jobs: build_docs
0 commit comments