Skip to content

Commit cd4a293

Browse files
committed
upgrade to gatsby 5
1 parent 581c4c0 commit cd4a293

31 files changed

+15066
-19573
lines changed

.github/workflows/gatsby.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
- uses: actions/checkout@master
1313
- name: npm install, build, and csv
1414
run: |
15-
npm install
15+
npm install --force
1616
npm run build
17-
npm run csv
1817
- name: Deploy site to gh-pages branch
1918
uses: crazy-max/ghaction-github-pages@v2
2019
with:

lessons/arraylist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
path: "/arraylist"
2+
path: "/arraylist/"
33
title: "ArrayList"
44
order: "7A"
55
section: "Lists"

lessons/avl-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
path: "/avl-tree"
2+
path: "/avl-tree/"
33
title: "AVL Tree"
44
order: "8B"
55
section: "Trees"

lessons/big-o.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
path: "/big-o"
2+
path: "/big-o/"
33
title: "Big O"
44
order: "2A"
55
section: "Algorithm Analysis"

lessons/binary-search-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
path: "/binary-search-tree"
2+
path: "/binary-search-tree/"
33
title: "Binary Search Tree"
44
order: "8A"
55
section: "Trees"

lessons/binary-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
path: "/binary-search"
2+
path: "/binary-search/"
33
title: "Binary Search"
44
order: "6A"
55
section: "Binary Search"

lessons/bloom-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
path: "/bloom-filters"
2+
path: "/bloom-filters/"
33
title: "Bloom Filters"
44
order: "10A"
55
section: "Other Data Structures"

lessons/breadth-first-tree-traversals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
path: "/breadth-first-tree-traversals"
2+
path: "/breadth-first-tree-traversals/"
33
title: "Breadth-First Tree Traversals"
44
order: "8D"
55
section: "Trees"

lessons/bubble-sort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
path: "/bubble-sort"
2+
path: "/bubble-sort/"
33
title: "Bubble Sort"
44
order: "3A"
55
section: "Iterative Sorts"

lessons/depth-first-tree-traversals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
path: "/depth-first-tree-traversals"
2+
path: "/depth-first-tree-traversals/"
33
title: "Depth-First Tree Traversals"
44
order: "8C"
55
section: "Trees"

0 commit comments

Comments
 (0)