Skip to content

Commit 20195a2

Browse files
committed
MAINT: Use action instead [ci skip]
1 parent 68a7757 commit 20195a2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.circleci/artifact_path

-1
This file was deleted.

.github/workflows/main.yml

+12
Original file line numberDiff line numberDiff line change
@@ -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/dev/index.html
12+
circleci-jobs: build_docs

0 commit comments

Comments
 (0)