Skip to content

Commit b6fed37

Browse files
Force clean build to remove cpython311 references
1 parent 0c4cd8e commit b6fed37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install pygbag
3030
31+
- name: Clean previous build
32+
run: |
33+
rm -rf build/web build/web-cache
34+
3135
- name: Build with Pygbag
3236
run: |
3337
mkdir -p build/web build/web-cache

0 commit comments

Comments
 (0)