Skip to content

Commit

Permalink
fix for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgloeckner committed Feb 8, 2024
1 parent 2c281fd commit 9c5726b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-fix-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ on:
workflow_dispatch:
jobs:
fix:
uses: onecx/ci-common/.github/workflows/create-fix-branch.yml@v1
uses: onecx-apps/ci-common/.github/workflows/create-fix-branch.yml@v1
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ on:
workflow_dispatch:
jobs:
release:
uses: onecx/ci-common/.github/workflows/create-release.yml@v1
uses: onecx-apps/ci-common/.github/workflows/create-release.yml@v1
secrets: inherit
13 changes: 10 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ on:
branches: [ main ]
paths:
- 'docs/**'

jobs:
release:
uses: onecx/ci-common/.github/workflows/documentation.yml@v1
secrets: inherit
build:
runs-on: ubuntu-latest
steps:
- name: Trigger website update
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.CI_PAT }}
repository: onecx/docs
event-type: dispatch-build-website

0 comments on commit 9c5726b

Please sign in to comment.