Skip to content

Commit 50de506

Browse files
committed
Switch to slides.codestar.nl domain
1 parent 556c115 commit 50de506

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
cp listing/* build/
5151
mv decks.json build/
5252
53+
- name: Add CNAME file
54+
run: echo slides.codestar.nl > build/CNAME
55+
5356
- name: Upload artifacts
5457
id: deployment
5558
uses: actions/upload-pages-artifact@v3

decks/emission-insider/slides.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ math: mathjax
2727

2828
Scan to follow along or keep the link for later:
2929

30-
![w:256px](https://api.qrserver.com/v1/create-qr-code/?data=code-star.github.io/codestar-marp/emission-insider/&size=512x512&bgcolor=f1e7da&margin=16)
30+
![w:256px](https://api.qrserver.com/v1/create-qr-code/?data=slides.codestar.nl/emission-insider/&size=512x512&bgcolor=f1e7da&margin=16)
3131

3232
*Link to the slides*
3333

example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ math: mathjax
3131
Scan to follow along or keep the link for later:
3232

3333
<!-- Update this link with the name of your slides instead of 'example' -->
34-
![w:256px](https://api.qrserver.com/v1/create-qr-code/?data=code-star.github.io/codestar-marp/example/&size=512x512&bgcolor=f1e7da&margin=16)
34+
![w:256px](https://api.qrserver.com/v1/create-qr-code/?data=slides.codestar.nl/example/&size=512x512&bgcolor=f1e7da&margin=16)
3535

3636
*Link to the slides*
3737

0 commit comments

Comments
 (0)