We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26e956 commit c70b3cdCopy full SHA for c70b3cd
.github/workflows/main.yml renamed to .github/workflows/circleci.yml
@@ -1,6 +1,11 @@
1
+---
2
+name: "CircleCI artifact handling"
3
on: [status]
4
jobs:
5
circleci_artifacts_redirector_job:
6
+ if: "${{ github.event.context == 'ci/circleci: build_docs' }}"
7
+ permissions:
8
+ statuses: write
9
runs-on: ubuntu-latest
10
name: Run CircleCI artifacts redirector
11
steps:
@@ -10,3 +15,4 @@ jobs:
15
repo-token: ${{ secrets.GITHUB_TOKEN }}
16
artifact-path: 0/docs/_build/html/index.html
12
17
circleci-jobs: build_docs
18
+ job-title: View the built docs
0 commit comments