Skip to content

Commit 9905c13

Browse files
committed
CI: fix path in redirect action
1 parent 2b9db38 commit 9905c13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/circleci-artifacts-redirector.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Run CircleCI artifacts redirector for rendered HTML
12
on: [status]
23
jobs:
34
circleci_artifacts_redirector_job:
@@ -9,7 +10,7 @@ jobs:
910
with:
1011
repo-token: ${{ secrets.GITHUB_TOKEN }}
1112
api-token: ${{ secrets.CIRCLE_TOKEN }}
12-
artifact-path: 0/site/_build/html/index.html
13+
artifact-path: 0/_build/html/index.html
1314
circleci-jobs: build-docs
1415
domain: circle.scientific-python.dev
1516
job-title: "--> Rendering Preview <--"

0 commit comments

Comments
 (0)