Skip to content

add dev banner to docs #2

add dev banner to docs

add dev banner to docs #2

---
name: 'deploy_docs_6x'
on:
push:
branches:
- 6.x
workflow_dispatch:
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Cloning repo
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Push to dokku
uses: dokku/github-action@cc7dec1d2b9fed249a14ae462bc953bba436f78c # v1.10.0
with:
git_remote_url: 'ssh://dokku@apps.cakephp.org:22/debugkit-docs-6'
git_push_flags: '-f'
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}
branch: '6.x'