Skip to content

Automated interface update 2024-11-04_12:08:00 #1136

Automated interface update 2024-11-04_12:08:00

Automated interface update 2024-11-04_12:08:00 #1136

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