Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/env-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
fi;

- name: Cache conda
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
env:
# Increase this value to reset cache if environment.yml has not changed
CACHE_NUMBER: 0
Expand Down
4 changes: 4 additions & 0 deletions slides/html/workshop.slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
<meta property="og:image:height" content="1560" />

<title>Beyond the Basics: Data Visualization in Python workshop slides | Stefanie Molin</title>
<link
rel="canonical"
href="https://stefaniemolin.com/python-data-viz-workshop/"
/>
<link rel="manifest" href="/favicon/site.webmanifest" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon/favicon.ico">
<link
Expand Down
4 changes: 4 additions & 0 deletions slides/templates/larger_font/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
<meta property="og:image:height" content="1560" />

<title>{{title}} {{nb_title}} slides | Stefanie Molin</title>
<link
rel="canonical"
href="https://stefaniemolin.com/{{repo_name}}/"
/>
<link rel="manifest" href="/favicon/site.webmanifest" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon/favicon.ico">
<link
Expand Down
4 changes: 4 additions & 0 deletions slides/templates/regular/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
<meta property="og:image:height" content="1560" />

<title>{{title}} {{nb_title}} slides | Stefanie Molin</title>
<link
rel="canonical"
href="https://stefaniemolin.com/{{repo_name}}/"
/>
<link rel="manifest" href="/favicon/site.webmanifest" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon/favicon.ico">
<link
Expand Down
Loading