Skip to content

Commit 22ec508

Browse files
committed
rm test tmp step
1 parent 3dd05bf commit 22ec508

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.github/workflows/_check_docs.yaml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,3 @@ jobs:
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

0 commit comments

Comments
 (0)