Skip to content

Commit

Permalink
hoc081098 -> Kotlin-Multiplatform-Foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed May 18, 2024
1 parent 81329f7 commit 9c77405
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: [ macos-latest ]
runs-on: ${{ matrix.os }}
timeout-minutes: 45
if: ${{ github.repository == 'hoc081098/kotlin-channel-event-bus' }}
if: ${{ github.repository == 'Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus' }}
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

publish:
needs: [ build ]
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'hoc081098/kotlin-channel-event-bus' }}
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus' }}
strategy:
matrix:
os: [ macos-latest ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
create-gh-release:
if: ${{ github.repository == 'hoc081098/kotlin-channel-event-bus' }}
if: ${{ github.repository == 'Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -32,7 +32,7 @@ jobs:

publish:
needs: create-gh-release
if: ${{ github.repository == 'hoc081098/kotlin-channel-event-bus' }}
if: ${{ github.repository == 'Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus' }}
strategy:
matrix:
os: [ macos-latest ]
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: Kotlin Channel Event Bus
site_url: https://hoc081098.github.io/kotlin-channel-event-bus/docs/0.x
repo_name: kotlin-channel-event-bus
repo_url: https://github.com/hoc081098/kotlin-channel-event-bus
repo_url: https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus
site_description: "Multi-keys, multi-producers, single-consumer event bus backed by Kotlinx Coroutines Channels"
site_author: Petrus Nguyễn Thái Học
remote_branch: gh-pages
Expand Down

0 comments on commit 9c77405

Please sign in to comment.