Skip to content

Commit

Permalink
[Maintenance] Update CIrcleCI redirector circleci.yml to fix artifact…
Browse files Browse the repository at this point in the history
… path (#278)

# References and relevant issues

The CircleCI redirector is not re-directing properly even when build
succeeds, see:
#273 (comment)

# Description

In #266 the artifact path got
changed. This fixes the redirector action to use the new path.
  • Loading branch information
psobolewskiPhD authored Nov 21, 2023
1 parent 154a5fe commit 36bcef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
api-token: ${{ secrets.CIRCLECI_TOKEN }}
artifact-path: 0/docs/_build/index.html
artifact-path: 0/docs/docs/_build/index.html
circleci-jobs: build-docs
job-title: Check the rendered docs here!

0 comments on commit 36bcef3

Please sign in to comment.