File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed
Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 1111 doc_checks :
1212 name : Doc checks
1313 uses : apify/workflows/.github/workflows/python_docs_check.yaml@main
14-
15- # tmp
16- doc_tests :
17- name : Doc release test
18- runs-on : ubuntu-latest
19-
20- steps :
21- - name : Checkout repository
22- uses : actions/checkout@v6
23-
24- - name : Set up Node
25- uses : actions/setup-node@v6
26- with :
27- node-version : " 22"
28-
29- - name : Set up Python
30- uses : actions/setup-python@v6
31- with :
32- python-version : " 3.14"
33-
34- - name : Set up uv package manager
35- uses : astral-sh/setup-uv@v7
36- with :
37- python-version : " 3.14"
38-
39- - name : Install Python dependencies
40- run : uv run poe install-dev
41-
42- - name : Update docs theme
43- run : uv run poe update-docs-theme
44-
45- - name : Build docs
46- run : uv run poe build-docs
You can’t perform that action at this time.
0 commit comments