Pyrofork: fix Message.copy text when web_page_preview is not None #112
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 | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build | |
run: bash build-docs.sh | |
env: | |
DOCS_KEY: ${{ secrets.DOCS_KEY }} |