We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd8303 commit e0bb848Copy full SHA for e0bb848
.github/workflows/artifact_redirect.yml
@@ -22,6 +22,6 @@ jobs:
22
with:
23
repo-token: ${{ secrets.GITHUB_TOKEN }}
24
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!
+ artifact-path: 0/html/index.html
+ circleci-jobs: build_book
+ job-title: Click to preview rendered book
0 commit comments