Skip to content

Clean up contributing docs and use RTD for pull request previews (#1798) #1

Clean up contributing docs and use RTD for pull request previews (#1798)

Clean up contributing docs and use RTD for pull request previews (#1798) #1

name: Trigger build and deploy of Plone 6 documentation
on:
push:
branches:
- "main"
paths:
- "docs/*"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: |
curl -X POST \
-H "Authorization: Bearer ${{secrets.DOCUMENTATION_BUILD_APPLICATION_KEY}}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/plone/documentation/actions/workflows/update_submodule.yml/dispatches \
-d '{"ref": "6-dev"}'