Skip to content

Commit 5c88642

Browse files
committed
fix?
1 parent 624fd44 commit 5c88642

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,5 @@ workflows:
134134
filters:
135135
branches:
136136
only:
137-
- master
137+
# - master
138+
- doc_ci_build

.github/workflows/main.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
on:
2-
push:
3-
branches:
4-
- '**'
5-
create:
6-
branches:
7-
- 'master'
8-
tags:
9-
- '**'
10-
1+
on: [status]
112
jobs:
123
circleci_artifacts_redirector_job:
134
runs-on: ubuntu-latest
@@ -17,5 +8,5 @@ jobs:
178
uses: larsoner/circleci-artifacts-redirector-action@master
189
with:
1910
repo-token: ${{ secrets.GITHUB_TOKEN }}
20-
artifact-path: 0/docs/build/html/index.html
11+
artifact-path: 0/dev/index.html
2112
circleci-jobs: build_docs

0 commit comments

Comments
 (0)