Skip to content

Commit

Permalink
chore(deps): add doc pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Jul 25, 2023
1 parent 250783b commit 8ce500e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Update documentation
on:
push:
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

0 comments on commit 8ce500e

Please sign in to comment.