Skip to content

Commit d017475

Browse files
committed
fix ci again
1 parent c07a9f9 commit d017475

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.github/workflows/python-ci-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
python-version: 3.12
4242
- name: Install UV
4343
uses: astral-sh/setup-uv@v7
44-
- name: Install
45-
run: make docs-install
4644
- name: Build docs
4745
run: make docs-build
4846
- name: Run linters

.github/workflows/python-release-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
python-version: ${{ matrix.python }}
3737
- name: Install UV
3838
uses: astral-sh/setup-uv@v7
39-
- name: Install docs
40-
run: make docs-install
4139
- name: Build docs
4240
run: make docs-build
4341
- name: Copy

mkdocs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ The pyiceberg docs are stored in `docs/`.
2222
## Running docs locally
2323

2424
```sh
25-
make docs-install
2625
make docs-serve
2726
```

0 commit comments

Comments
 (0)