Skip to content

Commit 0fc5f00

Browse files
authored
Fix CircleCI prefix and rename job to be more visible (#851)
1 parent a3c7527 commit 0fc5f00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/circleci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ jobs:
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
api-token: ${{ secrets.CIRCLECI_TOKEN }}
14-
artifact-path: 0/build/html/index.html
14+
artifact-path: 0/_build/html/index.html
1515
circleci-jobs: build
16+
job-title: "--> docs preview <--"

0 commit comments

Comments
 (0)