Skip to content

Commit e0bb848

Browse files
committed
Fix: circle ci token
1 parent 0dd8303 commit e0bb848

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/artifact_redirect.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
api-token: ${{ secrets.CIRCLECI_TOKEN }}
25-
artifact-path: 0/_site/index.html
26-
circleci-jobs: build
27-
job-title: Check the rendered website build here!
25+
artifact-path: 0/html/index.html
26+
circleci-jobs: build_book
27+
job-title: Click to preview rendered book

0 commit comments

Comments
 (0)