Skip to content

pyrofork: fix(send_media_group.py) Fixed media.caption_entities param… #580

pyrofork: fix(send_media_group.py) Fixed media.caption_entities param…

pyrofork: fix(send_media_group.py) Fixed media.caption_entities param… #580

Workflow file for this run

name: Build-docs
on:
push:
tags:
- "*"
branches:
- staging
- dev/*
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build
run: bash build-docs.sh
env:
DOCS_KEY: ${{ secrets.DOCS_KEY }}