Skip to content

Commit de39739

Browse files
Resolve "The latest documentation still describes the legacy max scaling factor" (#61)
1 parent 1f513a8 commit de39739

File tree

4 files changed

+137
-123
lines changed

4 files changed

+137
-123
lines changed

.github/workflows/cicd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
branches:
1313
- "**"
1414
schedule:
15-
- cron: "20 4 * * 0"
15+
- cron: "20 16 * * 0"
1616
release:
1717
types: [created]
1818

.github/workflows/codeql.yaml

-17
This file was deleted.

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ changelog:
9393
##
9494
.PHONY: clean
9595
clean:
96-
rm -rf .pytest_cache .cache \
96+
rm -rf .mypy_cache .pytest_cache .cache \
9797
build/ dist/ python_cmethods.egg-info \
9898
docs/_build \
9999
examples/.ipynb_checkpoints .ipynb_checkpoints \
100-
.mypy_cache .pytest_cache
100+
doc/_build
101101

102102
rm -f .coverage cmethods/_version.py
103103

0 commit comments

Comments
 (0)