Skip to content

Commit dae00d5

Browse files
committed
Misc tweaks
1 parent 79c49b9 commit dae00d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo '<ul>' >> build/index.html
4545
for dir in $(ls build); do
4646
if [ -d "build/$dir" -a -f "build/$dir/index.html" ]; then
47-
echo "<li><a href='./$dir/index.html'>$dir</a></li>" >> build/index.html
47+
echo "<li><a href='./$dir/'>$dir</a></li>" >> build/index.html
4848
fi
4949
done
5050
echo '</ul>' >> build/index.html

example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ A slide with a background image
3636

3737
<center>
3838

39-
<!-- Update this link with the link of your slides -->
40-
![w:256px](https://api.qrserver.com/v1/create-qr-code/?size=256x256&data=github.com/code-star&margin=16)
39+
<!-- Update this link with the name of your slides instead of 'example' -->
40+
![w:256px](https://api.qrserver.com/v1/create-qr-code/?size=256x256&data=code-star.github.io/codestar-marp/example/&margin=16)
4141
*Link to the slides*
4242

4343
</center>

0 commit comments

Comments
 (0)