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