Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrotian committed Dec 29, 2023
1 parent d595732 commit 305d580
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/render-slides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
basename="${filename%.*}"
{
awk '/^---$/{print; if(flag) exit; flag=1; next} flag' "$file";
echo "[See slides/poster](/slides/$basename.html)";
echo "[See slides/poster](https://simhydro.com/slides/$basename.html)";
} > "_talks/$filename"
done
- name: Push to Branch
Expand Down
6 changes: 3 additions & 3 deletions _slides/2023-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ marp: true
size: 16:9
paginate: true
theme: default
#backgroundColor: #fff
#color: #33
backgroundColor: #fff
color: #33
math: katex
title: "Autoregression"
collection: talks
type: "oral"
venue: "N/A"
venue: "AMS"
date: 28/12/2023
location: "Richland, WA"
---
Expand Down

0 comments on commit 305d580

Please sign in to comment.