Skip to content

Commit

Permalink
feat: update pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Jan 25, 2024
1 parent 3c3b5a8 commit 7626587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ on:

jobs:
build:
uses: onecx/ci-quarkus/.github/workflows/build.yml@v11
uses: onecx/ci-quarkus/.github/workflows/build.yml@v1
secrets: inherit
13 changes: 3 additions & 10 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@ on:
branches: [ main ]
paths:
- 'docs/**'

jobs:
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
release:
uses: onecx/ci-common/.github/workflows/documentation.yml@v1
secrets: inherit

0 comments on commit 7626587

Please sign in to comment.