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 624fd44 commit 5c88642Copy full SHA for 5c88642
.circleci/config.yml
@@ -134,4 +134,5 @@ workflows:
134
filters:
135
branches:
136
only:
137
- - master
+ # - master
138
+ - doc_ci_build
.github/workflows/main.yml
@@ -1,13 +1,4 @@
1
-on:
2
- push:
3
- branches:
4
- - '**'
5
- create:
6
7
- - 'master'
8
- tags:
9
10
-
+on: [status]
11
jobs:
12
circleci_artifacts_redirector_job:
13
runs-on: ubuntu-latest
@@ -17,5 +8,5 @@ jobs:
17
uses: larsoner/circleci-artifacts-redirector-action@master
18
with:
19
repo-token: ${{ secrets.GITHUB_TOKEN }}
20
- artifact-path: 0/docs/build/html/index.html
+ artifact-path: 0/dev/index.html
21
circleci-jobs: build_docs
0 commit comments