Skip to content

ARCH-280 Aggregate action docs #1

ARCH-280 Aggregate action docs

ARCH-280 Aggregate action docs #1

Workflow file for this run

name: Documentation
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
push:
uses: PiwikPRO/actions/.github/workflows/push_docs.yaml@master
secrets: inherit
with:
config: |
{
"documents": [
{
"source": ".github/workflows/push_docs.md",
"destination": "actions/push_docs.md",
"project": "piwik-pro"
},
{
"source": "docs/index.md",
"destination": "actions/",
"project": "piwik-pro"
},
{
"source": "changelog/README.md",
"destination": "actions/changelog.md",
"project": "piwik-pro"
},
{
"source": "dependabot/README.md",
"destination": "actions/dependabot.md",
"project": "piwik-pro"
},
{
"source": "go/README.md",
"destination": "actions/go.md",
"project": "piwik-pro"
},
{
"source": "godtools/README.md",
"destination": "actions/godtools.md",
"project": "piwik-pro"
},
{
"source": "javascript/README.md",
"destination": "actions/javascript.md",
"project": "piwik-pro"
},
{
"source": "python/README.md",
"destination": "actions/python.md",
"project": "piwik-pro"
},
{
"source": "s3/README.md",
"destination": "actions/s3.md",
"project": "piwik-pro"
}
]
}