From 56272d835c9772c4071c5cab6832ef4ac4d765f9 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Thu, 9 Nov 2023 23:53:16 +0000 Subject: [PATCH] starters: move notebook importer to blog template --- .../{academic-cv => blog}/.github/workflows/import-notebooks.yml | 0 starters/{academic-cv => blog}/notebooks/blog-with-jupyter.ipynb | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename starters/{academic-cv => blog}/.github/workflows/import-notebooks.yml (100%) rename starters/{academic-cv => blog}/notebooks/blog-with-jupyter.ipynb (100%) diff --git a/starters/academic-cv/.github/workflows/import-notebooks.yml b/starters/blog/.github/workflows/import-notebooks.yml similarity index 100% rename from starters/academic-cv/.github/workflows/import-notebooks.yml rename to starters/blog/.github/workflows/import-notebooks.yml diff --git a/starters/academic-cv/notebooks/blog-with-jupyter.ipynb b/starters/blog/notebooks/blog-with-jupyter.ipynb similarity index 100% rename from starters/academic-cv/notebooks/blog-with-jupyter.ipynb rename to starters/blog/notebooks/blog-with-jupyter.ipynb