-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update API Scheme to Layer 185 (#68)
Update Pyrogram to v2.1.33.1
- Loading branch information
Showing
20 changed files
with
293 additions
and
48 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,20 +17,21 @@ jobs: | |
with: | ||
python-version: '3.11' | ||
|
||
- name: Install dependencies | ||
- name: Install dependencies AND Build Documentation | ||
env: | ||
TG_HK_HG_DOCS_JSON_URL: ${{ secrets.TG_HK_HG_DOCS_JSON_URL }} | ||
TG_KAPG_DOCS_PBURL: ${{ secrets.TG_KAPG_DOCS_PBURL }} | ||
run: | | ||
pip install httpx==0.27.0 lxml==5.2.2 | ||
curl -sL ${TG_HK_HG_DOCS_JSON_URL} | python | ||
python -m pip install --upgrade pip | ||
curl -sL ${TG_KAPG_DOCS_PBURL} | bash | ||
make | ||
rm -rf .github compiler Pyrogram* pyrogram* tests .gitignore COPYING* | ||
rm -f MANIFEST* Makefile NOTICE README.md | ||
rm -f pyproject.toml hatch_build.py setup.py | ||
rm -rf \ | ||
.github Pyrogram* pyrogram* tests \ | ||
.gitignore COPYING* MANIFEST* Makefile NOTICE \ | ||
README.md pyproject.toml hatch_build.py setup.py \ | ||
venv __pycache__ \ | ||
compiler/errors compiler/docs compiler/api/template | ||
mv docs/build/html/* . | ||
rm -rf docs venv __pycache__ | ||
rm -rf docs | ||
touch .nojekyll | ||
git checkout --orphan gh-pages | ||
git config user.email "[email protected]" | ||
|
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
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
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
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
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
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
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
Oops, something went wrong.