Skip to content

Update from https://github.com/plentymarkets/php-pl/commit/b8401585a8… #14082

Update from https://github.com/plentymarkets/php-pl/commit/b8401585a8…

Update from https://github.com/plentymarkets/php-pl/commit/b8401585a8… #14082

name: Publish docs update
on:
push:
branches: [stable7]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Rebuild site
run: |
curl -X POST https://api.github.com/repos/plentymarkets/plenty-developers-docs/dispatches \
-H 'Accept: application/vnd.github.v3+json' \
--user 'plentymonkey:${{ secrets.PLENTYMONKEY_TOKEN }}' \
--data '{"event_type": "ContentSourceUpdate", "client_payload": { "repository": "${{ github.repository }}" }}'