Skip to content

Commit 1c5b55d

Browse files
authored
docs: add fqlearn internship blog post (#142)
1 parent 1a4e678 commit 1c5b55d

File tree

8 files changed

+413
-3
lines changed

8 files changed

+413
-3
lines changed

.makim.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 1.0
22
groups:
33
pages:
4-
targets:
4+
tasks:
55
pre-build:
66
help: pre-build step
77
shell: bash
@@ -24,11 +24,11 @@ groups:
2424
build:
2525
help: build the static page
2626
dependencies:
27-
- target: pages.pre-build
27+
- task: pages.pre-build
2828
run: mkdocs build --verbose --clean
2929

3030
preview:
3131
help: preview the web page dynamically
3232
dependencies:
33-
- target: pages.pre-build
33+
- task: pages.pre-build
3434
run: mkdocs serve --watch pages --watch theme
451 KB
Loading
465 KB
Loading
453 KB
Loading
666 KB
Loading

pages/blog/fqlearn-ternary-plot/index.md

Lines changed: 410 additions & 0 deletions
Large diffs are not rendered by default.
442 KB
Loading
Loading

0 commit comments

Comments
 (0)