Skip to content

Commit

Permalink
push github action docs to tech docs, small rearrangements
Browse files Browse the repository at this point in the history
  • Loading branch information
jzyinq committed May 10, 2024
1 parent 83f001a commit eb7ee3d
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 223 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/push_actions_docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Documentation
on: [push, pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
publish:
uses: PiwikPRO/actions/.github/workflows/push_docs.yaml@master
secrets: inherit
with:
main_branch: master
config: |
{
"documents": [
{
"source": "README.md",
"destination": "development/github-actions/README.md",
"project": "piwik-pro"
}
]
}
Loading

0 comments on commit eb7ee3d

Please sign in to comment.