Skip to content

Commit 469416e

Browse files
committed
WIP: include mising blog artifacts
This is a HACK to include the artifacts until I fix the problem. This commit would be dropped later. I have to generate the artifacts in GutHub CI. The problem occured when I switched from deploying manually to deploying with GitHub CI (I have overlooked this).
1 parent 81467df commit 469416e

20 files changed

Lines changed: 79 additions & 3 deletions

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ __pycache__
33
site
44
src/blog/202412-python-strings/data
55
src/blog/202412-python-strings/*.ipynb
6-
src/blog/202411-summer-walking-challenge/artifacts
7-
src/blog/202512-tracking-food/out
6+
#src/blog/202411-summer-walking-challenge/artifacts
7+
#src/blog/202512-tracking-food/out

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ serve: build
77
@$(RUN) mkdocs serve --livereload -o
88

99
## Build site
10-
build: clean-site artifacts
10+
build: clean-site # artifacts
1111
@$(RUN) mkdocs build
1212

1313
## Generate artifacts for all blogs

src/blog/202411-summer-walking-challenge/artifacts/.done

Whitespace-only changes.
32.9 KB
Loading
35 KB
Loading
22.5 KB
Loading
25.3 KB
Loading
24.1 KB
Loading
26.5 KB
Loading
39.5 KB
Loading

0 commit comments

Comments
 (0)