Skip to content

Commit 09e3229

Browse files
committed
Disable linters to test the deploy
1 parent f6be602 commit 09e3229

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
python -m pip install --upgrade pip
2222
pip install -q -r requirements.txt
2323
24-
- name: Run spellcheck
25-
run: make spellcheck
24+
# - name: Run spellcheck
25+
# run: make spellcheck
2626

27-
- name: Run linkcheck
28-
run: make linkcheck
27+
# - name: Run linkcheck
28+
# run: make linkcheck
2929

3030
- name: Prepare deploy
3131
run: make deploy

0 commit comments

Comments
 (0)