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 2b9db38 commit 9905c13Copy full SHA for 9905c13
.github/workflows/circleci-artifacts-redirector.yml
@@ -1,3 +1,4 @@
1
+name: Run CircleCI artifacts redirector for rendered HTML
2
on: [status]
3
jobs:
4
circleci_artifacts_redirector_job:
@@ -9,7 +10,7 @@ jobs:
9
10
with:
11
repo-token: ${{ secrets.GITHUB_TOKEN }}
12
api-token: ${{ secrets.CIRCLE_TOKEN }}
- artifact-path: 0/site/_build/html/index.html
13
+ artifact-path: 0/_build/html/index.html
14
circleci-jobs: build-docs
15
domain: circle.scientific-python.dev
16
job-title: "--> Rendering Preview <--"
0 commit comments