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 18b6057 commit 76fbd59Copy full SHA for 76fbd59
.github/workflows/circleci-artifacts-redirector.yml
@@ -0,0 +1,14 @@
1
+name: circleci-artifacts-redirector
2
+
3
+on: [status]
4
+jobs:
5
+ circleci_artifacts_redirector_job:
6
+ runs-on: ubuntu-latest
7
+ name: Run CircleCI artifacts redirector
8
+ steps:
9
+ - name: GitHub Action step
10
+ uses: larsoner/circleci-artifacts-redirector-action@master
11
+ with:
12
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
13
+ artifact-path: doc/index.html
14
+ circleci-jobs: documentation
0 commit comments