Skip to content

Commit aa3aa6c

Browse files
committed
Assets
1 parent 06c7276 commit aa3aa6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Install dependencies
3232
run: nci
3333

34+
- name: Replace relative urls in slides.md
35+
run: sed -i 's,./assets/,https://raw.githubusercontent.com/multinear/deck-text2sql/main/assets/,g' slides.md
36+
3437
- name: Build
3538
run: nr build --base /${{github.event.repository.name}}/
3639

0 commit comments

Comments
 (0)