Skip to content

Commit a47571a

Browse files
move ir-docs action to circleci (#108)
* move ir-docs action to circleci * rename jobs * fix jobs
1 parent f76f259 commit a47571a

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

.circleci/config.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,7 @@ workflows:
7474
target_repo: "[email protected]:infinitered/ir-docs.git"
7575
git_username: "Infinite Red CI"
7676
git_email: "[email protected]"
77-
78-
# publishes docs to the IR-Docs repo
79-
# - Triggered from a GitHub Action, because the changeset release action is
80-
# not available in CircleCI yet.
81-
# - See:
8277
release-docs:
83-
when:
84-
equal: ["release", << pipeline.parameters.GHA_Event >>]
8578
jobs:
8679
- publish-docs/publish_docs:
8780
project_name: 'react-native-mlkit'
@@ -91,3 +84,10 @@ workflows:
9184
target_repo: "[email protected]:infinitered/ir-docs.git"
9285
git_username: "Infinite Red CI"
9386
git_email: "[email protected]"
87+
filters:
88+
branches:
89+
only:
90+
- main
91+
tags:
92+
only:
93+
- '*react-native-mlkit-*[0-9]+\.[0-9]+\.[0-9]+'

.github/workflows/ir-docs.yml

-16
This file was deleted.

0 commit comments

Comments
 (0)