Skip to content

Commit

Permalink
Fix doc auto-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Jul 11, 2023
1 parent 1c52fca commit 319eda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: "3.10"
- name: Setup build
run: |
curl -Lo ./src/tonpy/libs/python_ton.cpython-310-x86_64-linux-gnu.so https://github.com/disintar/ton/releases/download/ton-x86_64-linux-python-310/python_ton.cpython-310-x86_64-linux-gnu.so
curl -Lo ./src/tonpy/libs/python_ton.cpython-310-x86_64-linux-gnu.so https://github.com/disintar/ton/releases/download/ton-cpython-310-x86_64-linux/python_ton.cpython-310-x86_64-linux-gnu.so
pip install -r requirements.txt
pip install -r docs_requirements.txt
- name: Build
Expand Down

0 comments on commit 319eda4

Please sign in to comment.