Skip to content

Commit 6f3f1e4

Browse files
authored
Merge pull request #120 from bsipocz/CI_adding_SP_proxy_to_redirect
CI: adding SP proxy domain into redirect action
2 parents eb82efa + df87d19 commit 6f3f1e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
name: Run CircleCI asrtifacts redirector for rendered HTML
1+
name: Run CircleCI artifacts redirector for rendered HTML
22
on: [status]
33
jobs:
44
circleci_artifacts_redirector_job:
55
runs-on: ubuntu-latest
66
name: Run CircleCI artifacts redirector
77
steps:
88
- name: GitHub Action step
9-
uses: scientific-python/circleci-artifacts-redirector-action@7eafdb60666f57706a5525a2f5eb76224dc8779b # v1.1.0
9+
uses: scientific-python/circleci-artifacts-redirector-action@6b0ee99678fb003bba8202536e861f74ab6ff364 # v1.2.0
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
1212
api-token: ${{ secrets.IRSA_TUTORIALS_CIRCLE_TOKEN }}
1313
artifact-path: 0/_build/html/index.html
1414
circleci-jobs: build-docs
15+
domain: circle.scientific-python.dev
16+
job-title: "--> Rendering Preview <--"

0 commit comments

Comments
 (0)