pyrofork: Add offset_date and offset_topic to get_chat_forum_topics m… #638
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |