Skip to content

Commit 3281f85

Browse files
committed
Make prereleased docs of pygame-ce be built
1 parent ea787a9 commit 3281f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install pygame-ce
4242
run: |
4343
python -m pip install --upgrade pip
44-
pip install pygame-ce
44+
pip install pygame-ce --pre
4545
- name: Clone and move docs
4646
run: |
4747
python utils/generate_docs.py

0 commit comments

Comments
 (0)