Skip to content

Automated interface update 2024-10-25_00:17:03 #1132

Automated interface update 2024-10-25_00:17:03

Automated interface update 2024-10-25_00:17:03 #1132

name: Publish docs update
on:
push:
branches: stable7
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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 }}" }}'