Skip to content

Update from https://github.com/plentymarkets/php-pl/commit/bcb8b4565e… #14097

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

Update from https://github.com/plentymarkets/php-pl/commit/bcb8b4565e… #14097

name: Publish docs update
on:
push:
branches: [early]
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 }}" }}'